This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: eICR Condition example: Eve Everywoman - zika - 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:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "condition-eicr-eve-everywoman-zika"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-condition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition-eicr-eve-everywoman-zika</b></p><a name=\"condition-eicr-eve-everywoman-zika\"> </a><a name=\"hccondition-eicr-eve-everywoman-zika\"> </a><a name=\"condition-eicr-eve-everywoman-zika-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3928002}\">Zika virus disease (disorder)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>onset</b>: 2017-08-23</p><p><b>asserter</b>: <a href=\"Practitioner-practitioner-us-core-henry-seven.html\">Henry Seven, MD</a></p></div>"
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-diagnosis" ] ;
fhir:display [ fhir:v "Encounter Diagnosis" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:3928002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3928002" ] ;
fhir:display [ fhir:v "Zika virus disease (disorder)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:onset [ fhir:v "2017-08-23"^^xsd:date] ; #
fhir:asserter [
fhir:reference [ fhir:v "Practitioner/practitioner-us-core-henry-seven" ] ;
fhir:display [ fhir:v "Henry Seven, MD" ]
] . #