This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Central Cancer Registry Reporting Content IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "encounter-eve-everywoman-external-encounter"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2021-07-19T03:02:05.801+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#YUwy5zH7WyiblJ5p" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/us-ph-encounter";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/us-ph-encounter> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Encounter Example</b></p>"
];
fhir:Encounter.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "http://hospital.smarthealthit.org" ];
fhir:Identifier.value [ fhir:value "9937012" ]
];
fhir:Encounter.status [ fhir:value "finished"];
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ];
fhir:Coding.code [ fhir:value "AMB" ];
fhir:Coding.display [ fhir:value "ambulatory" ]
];
fhir:Encounter.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:308335008;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "308335008" ];
fhir:Coding.display [ fhir:value "Patient encounter procedure" ] ]
];
fhir:Encounter.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-eve-everywoman" ];
fhir:Reference.display [ fhir:value "Eve Everywoman" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.