LinuxForHealth FHIR Implementation Guide 8.0.0 - draft
LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
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:Resource.id [ fhir:value "MedicationRequestDrugExample"]; fhir:Resource.meta [ fhir:Meta.source [ fhir:value "http://acme-health.com/emr1" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"MedicationRequestDrugExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationRequest \"MedicationRequestDrugExample\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p></div><p><b>identifier</b>: Prescription Number: 00000000000000000001921078(use: OFFICIAL)</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: 69452-0151-20 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndc-no-hyphens.html\">NDC No Hyphens Codes</a>#69452015120)</span></p><p><b>subject</b>: <a href=\"Patient-CDMPatientInstance.html\">Patient/CDMPatientInstance</a> \" MCLASTNAME\"</p></div>" ]; fhir:MedicationRequest.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type" ]; fhir:Coding.code [ fhir:value "RXN" ] ] ]; fhir:Identifier.system [ fhir:value "http://acme-health.com/CodeSystem/local-claim-identifier" ]; fhir:Identifier.value [ fhir:value "00000000000000000001921078" ]; fhir:Identifier.assigner [ fhir:Reference.display [ fhir:value "Acme Health - Wellness Center Pharmacy" ] ] ]; fhir:MedicationRequest.status [ fhir:value "completed"]; fhir:MedicationRequest.intent [ fhir:value "order"]; fhir:MedicationRequest.medicationCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/ndc-no-hyphens" ]; fhir:Coding.code [ fhir:value "69452015120" ] ] ]; fhir:MedicationRequest.subject [ fhir:Reference.reference [ fhir:value "Patient/CDMPatientInstance" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.