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 Procedure - 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:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "uc2-amniocentesis"] ; #
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: Procedure uc2-amniocentesis</b></p><a name=\"uc2-amniocentesis\"> </a><a name=\"hcuc2-amniocentesis\"> </a><a name=\"uc2-amniocentesis-en-US\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 34536000}\">Amniocentesis (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-uc2-mother.html\">Anonymous Patient Female, DoB: 1994-02-01 ( http://www.acme.com/identifiers/patient#123456)</a></p><p><b>report</b>: <a href=\"DiagnosticReport-uc2-amniocentesisreport.html\">Diagnostic Report for 'Ultrasound scan for fetal growth (procedure)' for '->Anonymous Patient Female, DoB: 1994-02-01 ( http://www.acme.com/identifiers/patient#123456)'</a></p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
a sct:34536000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34536000" ] ;
fhir:display [ fhir:v "Amniocentesis (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/uc2-mother" ]
] ; #
fhir:report ( [
fhir:reference [ fhir:v "DiagnosticReport/uc2-amniocentesisreport" ]
] ) . #