HL7 Europe Hospital Discharge Report
1.0.0-ci - draft 150

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

: Sociální síť - 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-100000000025> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "3f85726c-ad2f-441b-89ce-100000000025"] ;
  fhir:Resource.language [ fhir:value "cs"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xml:lang=\"cs\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"cs\"><p>Pacient má širokou sociální síť a pravidelně se setkává s přáteli a rodinou.</p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:1179210008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000279109" ] ;
       fhir:Coding.code [ fhir:value "1179210008" ] ;
       fhir:Coding.display [ fhir:value "Ability to build and utilize social network" ]
     ]
  ] ;
  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.valueString [ fhir:value "Pacient má širokou sociální síť a pravidelně se setkává s přáteli a rodinou."] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/3f85726c-ad2f-441b-89ce-100000000025.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/3f85726c-ad2f-441b-89ce-100000000025.ttl> .