Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Birth Presentation - TTL Representation

Draft as of 2024-09-12

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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "birthpresentation-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  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: ValueSet birthpresentation-1</b></p><a name=\"birthpresentation-1\"> </a><a name=\"hcbirthpresentation-1\"> </a><a name=\"birthpresentation-1-en-AU\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/70028003\">70028003</a></td><td style=\"color: #cccccc\">Vertex presentation</td></tr><tr><td><a href=\"http://snomed.info/id/6096002\">6096002</a></td><td style=\"color: #cccccc\">Breech presentation</td></tr><tr><td><a href=\"http://snomed.info/id/21882006\">21882006</a></td><td style=\"color: #cccccc\">Face presentation of fetus</td></tr><tr><td><a href=\"http://snomed.info/id/8014007\">8014007</a></td><td style=\"color: #cccccc\">Brow presentation</td></tr><tr><td><a href=\"http://snomed.info/id/15028002\">15028002</a></td><td style=\"color: #cccccc\">Abnormal fetal presentation</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ns.electronichealth.net.au/fhir/ValueSet/birthpresentation-1"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BirthPresentation"] ; # 
  fhir:title [ fhir:v "Birth Presentation"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-12T01:44:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Australian Digital Health Agency"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Australian Digital Health Agency" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:help@digitalhealth.gov.au" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The Birth Presentation value set includes values that cover common presentations of a fetus at birth."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "70028003" ]       ] [
fhir:code [ fhir:v "6096002" ]       ] [
fhir:code [ fhir:v "21882006" ]       ] [
fhir:code [ fhir:v "8014007" ]       ] [
fhir:code [ fhir:v "15028002" ]       ] )     ] )
  ] . #