FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: born status code system - TTL Representation

Page standards status: Draft

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-bornstatus"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-31T07:07:38.434+11:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/patient-bornstatus</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">born<a name=\"patient-bornstatus-born\"> </a></td><td>Born</td><td>The patient (baby) has been born.</td></tr><tr><td style=\"white-space:nowrap\">unborn<a name=\"patient-bornstatus-unborn\"> </a></td><td>Unborn</td><td>The patient (fetus) has not been born and is still in utero.</td></tr><tr><td style=\"white-space:nowrap\">fetal-demise<a name=\"patient-bornstatus-fetal-demise\"> </a></td><td>Fetal Demise</td><td>The patient (fetus) is deceased.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"patient-bornstatus-unknown\"> </a></td><td>Unknown</td><td>The birth status of the patient is unknown.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pa" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "draft" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/patient-bornstatus"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2117" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.1.0-cibuild"] ; # 
  fhir:name [ fhir:v "BornStatus"] ; # 
  fhir:title [ fhir:v "born status code system"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-21T19:47:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This birth status of a patient."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "born" ] ;
fhir:display [ fhir:v "Born" ] ;
fhir:definition [ fhir:v "The patient (baby) has been born." ]
  ] [
fhir:code [ fhir:v "unborn" ] ;
fhir:display [ fhir:v "Unborn" ] ;
fhir:definition [ fhir:v "The patient (fetus) has not been born and is still in utero." ]
  ] [
fhir:code [ fhir:v "fetal-demise" ] ;
fhir:display [ fhir:v "Fetal Demise" ] ;
fhir:definition [ fhir:v "The patient (fetus) is deceased." ]
  ] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ;
fhir:definition [ fhir:v "The birth status of the patient is unknown." ]
  ] ) . #