HL7 Europe Hospital Discharge Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/hdr/ and changes regularly. See the Directory of published versions
: Společenské uplatnění - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/3f85726c-ad2f-441b-89ce-100000000022> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "3f85726c-ad2f-441b-89ce-100000000022"] ;
fhir:Resource.language [ fhir:value "cs"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs\" lang=\"cs\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 3f85726c-ad2f-441b-89ce-100000000022</b></p><a name=\"3f85726c-ad2f-441b-89ce-100000000022\"> </a><a name=\"hc3f85726c-ad2f-441b-89ce-100000000022\"> </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\">Language: cs</p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 363910003}\">charakteristika psychosociálního fungování</span></p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000000\">Petr Novák Male, DoB: 1985-06-15 ( https://ncez.mzcr.cz/fhir/sid/rid#1597778923)</a></p><p><b>effective</b>: 2024-03-28</p><p><b>performer</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-2b7e9637-5018-4542-9faf-d5abdee7b849\">PractitionerRole: specialty = interní medicína</a></p><p><b>hasMember</b>: <a href=\"Bundle-DischargeBundle-Novak-Petr-Subsections.html#urn-uuid-3f85726c-ad2f-441b-89ce-100000000025\">Observation Ability to build and utilize social network</a></p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:363910003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000279109" ] ;
fhir:Coding.code [ fhir:value "363910003" ] ;
fhir:Coding.display [ fhir:value "charakteristika psychosociálního fungování" ]
]
] ;
fhir:Observation.subject [
fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-100000000000" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2024-03-28"^^xsd:date] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:Reference.reference [ fhir:value "urn:uuid:2b7e9637-5018-4542-9faf-d5abdee7b849" ]
] ;
fhir:Observation.hasMember [
fhir:index 0 ;
fhir:Reference.reference [ fhir:value "urn:uuid:3f85726c-ad2f-441b-89ce-100000000025" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/3f85726c-ad2f-441b-89ce-100000000022.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/3f85726c-ad2f-441b-89ce-100000000022.ttl> .