HL7 PT FHIR Implementation Guide: Community Health, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions
: Exemplo MedicationRequest - Medicação Prescrita - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "exemplo-medicationRequest-medicacao-prescrita"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.pt/fhir/community-health/StructureDefinition/medication-request-standard"^^xsd:anyURI ;
fhir:link <https://hl7.pt/fhir/community-health/StructureDefinition/medication-request-standard> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest exemplo-medicationRequest-medicacao-prescrita</b></p><a name=\"exemplo-medicationRequest-medicacao-prescrita\"> </a><a name=\"hcexemplo-medicationRequest-medicacao-prescrita\"> </a><a name=\"exemplo-medicationRequest-medicacao-prescrita-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-exemplo-medication-paracetamol.html\">Medication ben-u-ron Paracetamol 500 mg</a></p><p><b>subject</b>: <a href=\"Patient-exemplo-patient-1.html\">John Doe Male, DoB: 2009-02-09 ( https://ehr.testing.p5.pt/api/fhir#12345678)</a></p><p><b>encounter</b>: <a href=\"Encounter-exemplo-encounter-seguimento.html\">Encounter: status = finished; class = emergency (ActCode#EMER); type = Avaliador de Sintomas; serviceType = Seguimento de caso; period = 2024-10-10 14:00:06+0000 --> (ongoing)</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Duration 3?ngen-7? , Once</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Comprimido<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form codePILL = 'Pill')</span></td></tr></table></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/exemplo-medication-paracetamol" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/exemplo-patient-1" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/exemplo-encounter-seguimento" ]
] ; #
fhir:dosageInstruction ( [
fhir:timing [
fhir:repeat [
fhir:duration [ fhir:v "3"^^xsd:decimal ] ;
fhir:durationUnit [ fhir:v "d" ] ] ;
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://ehr.testing.p5.pt/api/fhir/CodeSystem/medication-frequency"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8-8-h" ] ;
fhir:display [ fhir:v "8/8 h" ] ] ) ] ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Comprimido" ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PILL" ] ] ] )
] ) . #