This page is part of the International Birth And Child Model Implementation Guide (v1.0.0-ballot2: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
: UC2 Amniocentesis Report - 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 -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "uc2-amniocentesisreport"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport uc2-amniocentesisreport</b></p><a name=\"uc2-amniocentesisreport\"> </a><a name=\"hcuc2-amniocentesisreport\"> </a><a name=\"uc2-amniocentesisreport-en-US\"> </a><h2><span title=\"Codes:{http://snomed.info/sct 241493005}\">Ultrasound scan for fetal growth (procedure)</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Anonymous Patient Female, DoB: 1994-02-01 ( http://www.acme.com/identifiers/patient#123456)</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-uc2-karyotype-fetusA.html\"><span title=\"Codes:{http://snomed.info/sct 734840008}\">Karyotype (cell structure)</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 734871004}\">Karyotype evaluation normal (finding)</span></td><td>Final</td><td>2024-04-10</td></tr><tr><td><a href=\"Observation-uc2-karyotype-fetusB.html\"><span title=\"Codes:{http://snomed.info/sct 734840008}\">Karyotype (cell structure)</span></a></td><td><span title=\"Codes:{http://snomed.info/sct 734871004}\">Karyotype evaluation normal (finding)</span></td><td>Final</td><td>2024-04-10</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:241493005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "241493005" ] ;
fhir:display [ fhir:v "Ultrasound scan for fetal growth (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/uc2-mother" ]
] ; #
fhir:result ( [
fhir:reference [ fhir:v "Observation/uc2-karyotype-fetusA" ]
] [
fhir:reference [ fhir:v "Observation/uc2-karyotype-fetusB" ]
] ) . #