Health Care Surveys Content Implementation Guide (IG)
1.0.1 - CI Build United States of America flag

Health Care Surveys Content Implementation Guide (IG), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions

: MedicationStatement Example - 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 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/health-care-surveys-reporting/StructureDefinition/hcs-medicationstatement"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-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>"
  ] ; # 
  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/1" ] ;
fhir:display [ fhir:v "Dominique" ]
  ] ; # 
  fhir:effective [ fhir:v "2015-11-01"^^xsd:date] ; # 
  fhir:dateAsserted [ fhir:v "2015-11-01"^^xsd:date] ; # 
  fhir:informationSource [
fhir:reference [ fhir:v "Patient/1" ]
  ] ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient indicated that they thought it was Amoxicillin they were taking but it was really Erythromycin" ]
  ] ) . #