Finnish Base Profiles - Local Development build (v1.0.0-rc1). 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Encounter;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "id-for-child-encounter"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-encounter";
fhir:index 0;
fhir:link <https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-encounter> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"id-for-child-encounter\"> </a></p><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\">Resource Encounter "id-for-child-encounter" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-encounter.html\">FI Base Encounter</a></p></div><p><b>status</b>: in-progress</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/ValueSet/v3-ActEncounterCode code IMP = 'IMP', stated as 'inpatient encounter')</p><p><b>subject</b>: <a href=\"Patient/id-for-patient\">Patient/id-for-patient</a></p><p><b>period</b>: 2022-02-27 01:03:00+0200 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td>-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td>*</td><td><a href=\"Location/id-for-bed-3\">Location/id-for-bed-3</a></td><td>active</td><td>2022-02-27 01:03:00+0200 --> (ongoing)</td></tr></table><p><b>serviceProvider</b>: <span/></p><p><b>partOf</b>: <a href=\"Encounter-id-for-palvelutapahtuma.html\">Encounter/id-for-palvelutapahtuma</a></p></div>"
]; #
fhir:Encounter.status [ fhir:value "in-progress"]; #
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" ];
fhir:Coding.code [ fhir:value "IMP" ];
fhir:Coding.display [ fhir:value "inpatient encounter" ]
]; #
fhir:Encounter.subject [
fhir:Reference.reference [ fhir:value "Patient/id-for-patient" ]
]; #
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2022-02-27T01:03:00+02:00"^^xsd:dateTime ]
]; #
fhir:Encounter.location [
fhir:index 0;
fhir:Encounter.location.location [
fhir:Reference.reference [ fhir:value "Location/id-for-bed-3" ] ];
fhir:Encounter.location.status [ fhir:value "active" ];
fhir:Encounter.location.period [
fhir:Period.start [ fhir:value "2022-02-27T01:03:00+02:00"^^xsd:dateTime ] ]
]; #
fhir:Encounter.serviceProvider [
fhir:Reference.type [ fhir:value "ServiceProvider" ];
fhir:Reference.identifier [
fhir:Identifier.value [ fhir:value "1.2.246.10.8286189.10.100013" ] ]
]; #
fhir:Encounter.partOf [
fhir:Reference.reference [ fhir:value "Encounter/id-for-palvelutapahtuma" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Finland. Package hl7.fhir.fi.base#1.0.0-rc1 based on FHIR 4.0.1. Generated 2023-02-14
Links: Table of Contents
| QA Report| Version History
|
| Source
| Propose a change