HL7 Czech Hospital Discharge Report Implementation Guide
0.1.0 - ci-build Czechia flag

HL7 Czech Hospital Discharge Report Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/hdr/ and changes regularly. See the Directory of published versions

: Observation-Story-UZ - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-story-uz"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-story-uz</b></p><a name=\"observation-story-uz\"> </a><a name=\"hcobservation-story-uz\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 169238002}\">Obstetric ultrasound scan</span></p><p><b>subject</b>: <a href=\"Patient-patient-story-mother.html\">Petra Dvorakova  Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rcis#8653034455)</a></p><p><b>effective</b>: 2026-03-02 10:00:00+0100</p><p><b>value</b>: UZ: PPH, postavení II přední, ASP+, PP+, placenta na zadní stěně mimo DS, přídatný lalok i na přední stěně, bez známek patologie plodové vody, normohydramnion, EFW 3480 g proporčně.</p><p><b>device</b>: <a href=\"Device-device-story-samsung-r7.html\">Device: manufacturer = Samsung; modelNumber = R7; type = Ultrasound imaging system</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "imaging" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:169238002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "169238002" ] ;
fhir:display [ fhir:v "Obstetric ultrasound scan" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/patient-story-mother ;
fhir:reference [ fhir:v "Patient/patient-story-mother" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2026-03-02T10:00:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:value [
a fhir:String ;
fhir:v "UZ: PPH, postavení II přední, ASP+, PP+, placenta na zadní stěně mimo DS, přídatný lalok i na přední stěně, bez známek patologie plodové vody, normohydramnion, EFW 3480 g proporčně."
  ] ; # 
  fhir:device [
fhir:l fhir:Device/device-story-samsung-r7 ;
fhir:reference [ fhir:v "Device/device-story-samsung-r7" ]
  ] . #