Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide 1.0.0 - STU 1
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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 "self-tylenol"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative</b></p><p><b>id</b>: self-tylenol</p><p><b>identifier</b>: id: 12345689 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>reported</b>: true</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1187314}\">Tylenol PM Pill</span></p><p><b>subject</b>: <a href=\"Patient-patient-respnet-eve-everywoman.html\">Eve Everywoman.</a></p></div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "http://acme.org/prescriptions"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345689" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "plan"] ; # fhir:reported [ a fhir:boolean ; fhir:v true ] ; # 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 "1187314" ] ; fhir:display [ fhir:v "Tylenol PM Pill" ] ] ) ; fhir:text [ fhir:v "Tylenol PM Pill" ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-respnet-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:encounter [ fhir:reference [ fhir:v "Encounter/resp-net-encounter-example" ] ; fhir:display [ fhir:v "inpatient" ] ] ; # fhir:authoredOn [ fhir:v "2019-06-24"^^xsd:date] ; # fhir:requester [ fhir:reference [ fhir:v "Patient/patient-respnet-eve-everywoman" ] ; fhir:display [ fhir:v "**self-prescribed**" ] ] ; # fhir:dosageInstruction ( [ fhir:text [ fhir:v "Takes 1-2 tablets once daily at bedtime as needed for restless legs" ] ] ) . #