haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedList request: one patient's records from an order and two statements - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/medlist-request-bundle> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "medlist-request-bundle"] ;
  fhir:Bundle.type [ fhir:value "collection"] ;
  fhir:Bundle.timestamp [ fhir:value "2026-09-25T11:59:00Z"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/MedicationRequest/janumet-order" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/MedicationRequest/janumet-order>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/Medication/janumet" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/Medication/janumet>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/MedicationStatement/janumet-statement" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/MedicationStatement/janumet-statement>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/MedicationStatement/lisinopril-statement" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/MedicationStatement/lisinopril-statement>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "http://example.org/fhir/MedicationRequest/unnamed-order" ] ;
     fhir:Bundle.entry.resource <http://example.org/fhir/MedicationRequest/unnamed-order>
  ] .

<http://example.org/fhir/MedicationRequest/janumet-order> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "janumet-order"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_janumet-order\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest janumet-order</b></p><a name=\"janumet-order\"> </a><a name=\"hcjanumet-order\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Bundle-medlist-request-bundle.html#Medication_janumet\">Medication metformin hydrochloride 500 MG / sitagliptin phosphate 50 MG Oral Tablet [Janumet]</a></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></p><p><b>authoredOn</b>: 2026-08-30</p><p><b>requester</b>: Example Prescriber, MD</p></div>"
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationReference [
     fhir:link <http://hl7.org/fhir/Medication/janumet> ;
     fhir:Reference.reference [ fhir:value "Medication/janumet" ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationRequest.authoredOn [ fhir:value "2026-08-30"^^xsd:date] ;
  fhir:MedicationRequest.requester [
     fhir:Reference.display [ fhir:value "Example Prescriber, MD" ]
  ] .

<http://hl7.org/fhir/Medication/janumet> a fhir:Medication .

<http://example.org/fhir/Medication/janumet> a fhir:Medication ;
  fhir:Resource.id [ fhir:value "janumet"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_janumet\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication janumet</b></p><a name=\"janumet\"> </a><a name=\"hcjanumet\"> </a><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 861821}\">Janumet 50 mg-500 mg tablet</span></p></div>"
  ] ;
  fhir:Medication.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "861821" ] ;
       fhir:Coding.display [ fhir:value "metformin hydrochloride 500 MG / sitagliptin phosphate 50 MG Oral Tablet [Janumet]" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Janumet 50 mg-500 mg tablet" ]
  ] .

<http://example.org/fhir/MedicationStatement/janumet-statement> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "janumet-statement"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_janumet-statement\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement janumet-statement</b></p><a name=\"janumet-statement\"> </a><a name=\"hcjanumet-statement\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 861821}\">metformin hydrochloride 500 MG / sitagliptin phosphate 50 MG Oral Tablet [Janumet]</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></p><p><b>dateAsserted</b>: 2026-09-10</p><p><b>informationSource</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet twice a day</td></tr></table></div>"
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "861821" ] ;
       fhir:Coding.display [ fhir:value "metformin hydrochloride 500 MG / sitagliptin phosphate 50 MG Oral Tablet [Janumet]" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2026-09-10"^^xsd:date] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "1 tablet twice a day" ]
  ] .

<http://example.org/fhir/MedicationStatement/lisinopril-statement> a fhir:MedicationStatement ;
  fhir:Resource.id [ fhir:value "lisinopril-statement"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_lisinopril-statement\"> </a><p>lisinopril 5 mg tablet, 5 mg once daily. Reported by the patient, asserted 2026-09-05.</p></div>"
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "311354" ] ;
       fhir:Coding.display [ fhir:value "lisinopril 5 MG Oral Tablet" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "lisinopril 5 mg tablet" ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2026-09-05"^^xsd:date] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationStatement.dosage [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "5 mg once daily" ]
  ] .

<http://example.org/fhir/MedicationRequest/unnamed-order> a fhir:MedicationRequest ;
  fhir:Resource.id [ fhir:value "unnamed-order"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_unnamed-order\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest unnamed-order</b></p><a name=\"unnamed-order\"> </a><a name=\"hcunnamed-order\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:\"></span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></p></div>"
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "order"] ;
  fhir:MedicationRequest.medicationCodeableConcept [
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
       fhir:Extension.valueCode [ fhir:value "unknown" ]
     ]
  ] ;
  fhir:MedicationRequest.subject [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/medlist-request-bundle.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/medlist-request-bundle.ttl> .