Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide 2.0.0-ballot - STU 2 - Ballot
Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide - Downloaded Version 2.0.0-ballot 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:MedicationStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-medicationstatement"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/resp-net/StructureDefinition/resp-net-medicationstatement> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Narrative: MedicationStatement</b></p></div>"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "entered-in-error"] ; # fhir:medication [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:27658006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "27658006" ] ; fhir:display [ fhir:v "Amoxicillin-containing product" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/patient-respnet-eve-everywoman" ] ; fhir:display [ fhir:v "Eve Everywoman" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2015-11-01"^^xsd:date ] ; # fhir:dateAsserted [ fhir:v "2015-11-01"^^xsd:date] ; # fhir:informationSource [ fhir:reference [ fhir:v "Patient/patient-respnet-eve-everywoman" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin" ] ] ) . #