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

: haau3 Reconciled MedicationRequest: a reported medication with no order - 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/MedicationRequest/medlist-entry-lisinopril> a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "medlist-entry-lisinopril"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://haau3.com/fhir/StructureDefinition/haau3-reconciled-medication-request" ;
       fhir:index 0 ;
       fhir:link <https://haau3.com/fhir/StructureDefinition/haau3-reconciled-medication-request>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medlist-entry-lisinopril</b></p><a name=\"medlist-entry-lisinopril\"> </a><a name=\"hcmedlist-entry-lisinopril\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-haau3-reconciled-medication-request.html\">haau3 Reconciled MedicationRequest</a></p></div><p><b>MedList Evidence</b>: <a href=\"CodeSystem-medlist-evidence.html#medlist-evidence-patient-reported\">MedList Evidence: patient-reported</a> (Patient-reported use)</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>reported</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 311354}\">lisinopril 5 mg tablet</span></p><p><b>subject</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></p><p><b>requester</b>: <a href=\"http://example.org/fhir/Patient/example\">http://example.org/fhir/Patient/example</a></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>5 mg once daily</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://haau3.com/fhir/StructureDefinition/medlist-evidence" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "https://haau3.com/fhir/CodeSystem/medlist-evidence" ] ;
       fhir:Coding.code [ fhir:value "patient-reported" ] ;
       fhir:Coding.display [ fhir:value "Patient-reported use" ]
     ]
  ] ;
  fhir:MedicationRequest.status [ fhir:value "active"] ;
  fhir:MedicationRequest.intent [ fhir:value "plan"] ;
  fhir:MedicationRequest.reportedReference [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationRequest.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:MedicationRequest.subject [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationRequest.requester [
     fhir:link <http://example.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "http://example.org/fhir/Patient/example" ]
  ] ;
  fhir:MedicationRequest.dosageInstruction [
     fhir:index 0 ;
     fhir:Dosage.text [ fhir:value "5 mg once daily" ]
  ] .

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

<http://hl7.org/fhir/MedicationRequest/medlist-entry-lisinopril.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationRequest/medlist-entry-lisinopril.ttl> .