Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
: US PH Encounter Example: encounter-eicr-eve-everywoman-external-encounter
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/encounter-eicr-eve-everywoman-external-encounter> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "encounter-eicr-eve-everywoman-external-encounter"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-eicr-eve-everywoman-external-encounter</b></p><a name=\"encounter-eicr-eve-everywoman-external-encounter\"> </a><a name=\"hcencounter-eicr-eve-everywoman-external-encounter\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/ph-library/2.0.0-snapshot/StructureDefinition-us-ph-encounter.html\">US Public Health Encounter</a></p></div><p><b>identifier</b>: <code>http://example.org/hospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: unknown: PHC2237 (External Encounter)</p><p><b>type</b>: <span title=\"Codes:\"></span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><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></div>"
] ;
fhir:Encounter.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://example.org/hospital.smarthealthit.org" ] ;
fhir:Identifier.value [ fhir:value "9937012" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.114222.4.5.274" ] ;
fhir:Coding.code [ fhir:value "PHC2237" ] ;
fhir:Coding.display [ fhir:value "External Encounter" ]
] ;
fhir:Encounter.type [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ] ;
fhir:Extension.valueCode [ fhir:value "not-applicable" ]
]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-ecr-eve-everywoman> ;
fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ] ;
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
] ;
fhir:Encounter.location [
fhir:index -1 ;
fhir:Encounter.location.location [
fhir:link <http://hl7.org/fhir/Location/location-ecr-salem-medical-center> ;
fhir:Reference.reference [ fhir:value "Location/location-ecr-salem-medical-center" ] ;
fhir:Reference.display [ fhir:value "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368" ]
]
] .
<http://hl7.org/fhir/Patient/patient-ecr-eve-everywoman> a fhir:Patient .
<http://hl7.org/fhir/Location/location-ecr-salem-medical-center> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/encounter-eicr-eve-everywoman-external-encounter.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/encounter-eicr-eve-everywoman-external-encounter.ttl> .