Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: Local BDR Codes - TTL Representation

Draft as of 2024-11-06

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 "CodeSystem-local-bdr-codes"] ; # 
  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: CodeSystem CodeSystem-local-bdr-codes</b></p><a name=\"CodeSystem-local-bdr-codes\"> </a><a name=\"hcCodeSystem-local-bdr-codes\"> </a><a name=\"CodeSystem-local-bdr-codes-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">loc_inpatient<a name=\"CodeSystem-local-bdr-codes-loc_inpatient\"> </a></td><td>InPatient</td></tr><tr><td style=\"white-space:nowrap\">loc_outpatient<a name=\"CodeSystem-local-bdr-codes-loc_outpatient\"> </a></td><td>OutPatient</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"CodeSystem-local-bdr-codes-unknown\"> </a></td><td>Unknown</td></tr><tr><td style=\"white-space:nowrap\">status_admit_any<a name=\"CodeSystem-local-bdr-codes-status_admit_any\"> </a></td><td>Any Admission</td></tr><tr><td style=\"white-space:nowrap\">status_admit_not-admitted<a name=\"CodeSystem-local-bdr-codes-status_admit_not-admitted\"> </a></td><td>Not Admitted</td></tr><tr><td style=\"white-space:nowrap\">status_admit_transfer<a name=\"CodeSystem-local-bdr-codes-status_admit_transfer\"> </a></td><td>Transferred</td></tr><tr><td style=\"white-space:nowrap\">status_discharge_alive<a name=\"CodeSystem-local-bdr-codes-status_discharge_alive\"> </a></td><td>Discharged Alive</td></tr><tr><td style=\"white-space:nowrap\">status_discharge_transferred<a name=\"CodeSystem-local-bdr-codes-status_discharge_transferred\"> </a></td><td>Transferred</td></tr><tr><td style=\"white-space:nowrap\">status_discharge_dead<a name=\"CodeSystem-local-bdr-codes-status_discharge_dead\"> </a></td><td>Discharged Dead</td></tr><tr><td style=\"white-space:nowrap\">status_discharge_not-discharged<a name=\"CodeSystem-local-bdr-codes-status_discharge_not-discharged\"> </a></td><td>Not Discharged</td></tr><tr><td style=\"white-space:nowrap\">postnatalecho<a name=\"CodeSystem-local-bdr-codes-postnatalecho\"> </a></td><td>Postnatal Echo</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.2"] ; # 
  fhir:name [ fhir:v "LocalBDRCodesCS"] ; # 
  fhir:title [ fhir:v "Local BDR Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-11-06T01:11:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] )
  ] [
fhir:name [ fhir:v "Thanh Cheng" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "thanh.cheng@altarum.org" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Local Codes for concepts in BDR that lack an appropriate LOINC or SCT code"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "loc_inpatient" ] ;
fhir:display [ fhir:v "InPatient" ]
  ] [
fhir:code [ fhir:v "loc_outpatient" ] ;
fhir:display [ fhir:v "OutPatient" ]
  ] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ]
  ] [
fhir:code [ fhir:v "status_admit_any" ] ;
fhir:display [ fhir:v "Any Admission" ]
  ] [
fhir:code [ fhir:v "status_admit_not-admitted" ] ;
fhir:display [ fhir:v "Not Admitted" ]
  ] [
fhir:code [ fhir:v "status_admit_transfer" ] ;
fhir:display [ fhir:v "Transferred" ]
  ] [
fhir:code [ fhir:v "status_discharge_alive" ] ;
fhir:display [ fhir:v "Discharged Alive" ]
  ] [
fhir:code [ fhir:v "status_discharge_transferred" ] ;
fhir:display [ fhir:v "Transferred" ]
  ] [
fhir:code [ fhir:v "status_discharge_dead" ] ;
fhir:display [ fhir:v "Discharged Dead" ]
  ] [
fhir:code [ fhir:v "status_discharge_not-discharged" ] ;
fhir:display [ fhir:v "Not Discharged" ]
  ] [
fhir:code [ fhir:v "postnatalecho" ] ;
fhir:display [ fhir:v "Postnatal Echo" ]
  ] ) . #