HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

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

: US PH Encounter Example: encounter-eicr-eve-everywoman-outpatient - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "encounter-eicr-eve-everywoman-outpatient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-encounter>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-eicr-eve-everywoman-outpatient</b></p><a name=\"encounter-eicr-eve-everywoman-outpatient\"> </a><a name=\"hcencounter-eicr-eve-everywoman-outpatient\"> </a><a name=\"encounter-eicr-eve-everywoman-outpatient-en-US\"> </a><p><b>identifier</b>: <code>http://hospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99202}\">Office Visit</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType ATND}\">attender</span></td><td><a href=\"PractitionerRole-practitionerrole-henry-seven.html\">Henry Seven, MD</a></td></tr></table><p><b>period</b>: 2018-04-01 10:00:00-0500 --&gt; 2018-04-02 10:15:00-0500</p><blockquote><p><b>diagnosis</b></p><blockquote><p><b>eICR Trigger Code Flag Extension</b></p><ul><li>triggerCodeValueSet: urn:oid:2.16.840.1.114222.4.11.7508</li><li>triggerCodeValueSetVersion: 12/12/2018</li><li>triggerCode: <a href=\"http://snomed.info/id/3928002\">SNOMED CT 3928002</a>: Zika virus disease (disorder)</li></ul></blockquote><p><b>condition</b>: <a href=\"Condition-condition-eicr-eve-everywoman-zika.html\">Condition Zika virus disease (disorder)</a></p></blockquote><blockquote><p><b>diagnosis</b></p><p><b>condition</b>: <a href=\"Condition-condition-eicr-eve-everywoman-common-cold.html\">Condition Common cold (disorder)</a></p></blockquote><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-ecr-salem-medical-center.html\">Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-ecr-salem-medical-center.html\">Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9937012" ]
  ] ) ; # 
  fhir:status [ fhir:v "finished"] ; # 
  fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMB" ] ;
fhir:display [ fhir:v "ambulatory" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99202" ]     ] ) ;
fhir:text [ fhir:v "Office Visit" ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ATND" ] ;
fhir:display [ fhir:v "attender" ]       ] )     ] ) ;
fhir:individual [
fhir:reference [ fhir:v "PractitionerRole/practitionerrole-henry-seven" ] ;
fhir:display [ fhir:v "Henry Seven, MD" ]     ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2018-04-01T10:00:00-05:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2018-04-02T10:15:00-05:00"^^xsd:dateTime ]
  ] ; # 
  fhir:diagnosis ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension"^^xsd:anyURI ] ;
      ( fhir:extension [
fhir:url [ fhir:v "triggerCodeValueSet"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.114222.4.11.7508"^^xsd:anyURI ]       ] [
fhir:url [ fhir:v "triggerCodeValueSetVersion"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12/12/2018" ]       ] [
fhir:url [ fhir:v "triggerCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding, 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:condition [
fhir:reference [ fhir:v "Condition/condition-eicr-eve-everywoman-zika" ]     ]
  ] [
fhir:condition [
fhir:reference [ fhir:v "Condition/condition-eicr-eve-everywoman-common-cold" ]     ]
  ] ) ; # 
  fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/location-ecr-salem-medical-center" ] ;
fhir:display [ fhir:v "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368" ]     ]
  ] ) ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/organization-ecr-salem-medical-center" ] ;
fhir:display [ fhir:v "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999" ]
  ] . #