0.1.0 - ci-build

IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: UC1-MedicationPrescriptionNewHypertensionOct2022 - 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 "UC1-MedicationPrescriptionNewHypertensionOct2022"] ; # 
  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 UC1-MedicationPrescriptionNewHypertensionOct2022</b></p><a name=\"UC1-MedicationPrescriptionNewHypertensionOct2022\"> </a><a name=\"hcUC1-MedicationPrescriptionNewHypertensionOct2022\"> </a><a name=\"UC1-MedicationPrescriptionNewHypertensionOct2022-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 205707}\">Fosinopril 10 MG Oral Tablet [Monopril]</span></p><p><b>subject</b>: <a href=\"Patient-UC1-Patient.html\">Klaus Müller  Male, DoB: 1959-05-20</a></p><p><b>encounter</b>: <a href=\"Encounter-UC1-EncounterMuenchenOct2022.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-10-03 --&gt; 2022-10-03; reasonCode = Bluthochdruck</a></p><p><b>authoredOn</b>: 2022-10-03</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Altes Medikament ersetzt. Einmal täglich einnehmen</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "205707" ] ;
fhir:display [ fhir:v "Fosinopril 10 MG Oral Tablet [Monopril]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/UC1-Patient" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC1-EncounterMuenchenOct2022" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2022-10-03"^^xsd:date] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Altes Medikament ersetzt. Einmal täglich einnehmen" ]
  ] ) . #