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
: HDR - GYNPOR - Porodnický ultrazvuk / Obstetric ultrasound - 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 "e967fac7-ed30-44a2-8d7a-3ad35db9fff6"] ; #
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 e967fac7-ed30-44a2-8d7a-3ad35db9fff6</b></p><a name=\"e967fac7-ed30-44a2-8d7a-3ad35db9fff6\"> </a><a name=\"hce967fac7-ed30-44a2-8d7a-3ad35db9fff6\"> </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 268445003}\">Ultrasound scan - obstetric</span></p><p><b>subject</b>: <a href=\"Bundle-DischargeBundle-Story-GynDelivery.html#urn-uuid-c517f75a-1e29-423b-8c59-1b275e65019a\">Petra Dvorakova Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003001122)</a></p><p><b>effective</b>: 2026-03-02 10:00:00+0100</p><p><b>performer</b>: <a href=\"Bundle-DischargeBundle-Story-GynDelivery.html#urn-uuid-c02be8d5-83a2-466b-aa82-089088b1abf7\">Practitioner Palka Bila </a></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=\"Bundle-DischargeBundle-Story-GynDelivery.html#urn-uuid-dcf20b83-aacd-45af-99d6-3d277089da35\">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:268445003 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "268445003" ] ;
fhir:display [ fhir:v "Ultrasound scan - obstetric" ] ] )
] ; #
fhir:subject [
fhir:l <urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a> ;
fhir:reference [ fhir:v "urn:uuid:c517f75a-1e29-423b-8c59-1b275e65019a" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2026-03-02T10:00:00+01:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:l <urn:uuid:c02be8d5-83a2-466b-aa82-089088b1abf7> ;
fhir:reference [ fhir:v "urn:uuid:c02be8d5-83a2-466b-aa82-089088b1abf7" ]
] ) ; #
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 <urn:uuid:dcf20b83-aacd-45af-99d6-3d277089da35> ;
fhir:reference [ fhir:v "urn:uuid:dcf20b83-aacd-45af-99d6-3d277089da35" ]
] . #