Birth And Fetal Death (BFDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "encounter-maternity-jada-ann-quinn"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Encounter-maternity> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-maternity-jada-ann-quinn</b></p><a name=\"encounter-maternity-jada-ann-quinn\"> </a><a name=\"hcencounter-maternity-jada-ann-quinn\"> </a><a name=\"encounter-maternity-jada-ann-quinn-en-US\"> </a><p><b>Extension Parental Role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>identifier</b>: <code>http://hospital.smarthealthit.org</code>/9937012</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-IMP\">ActCode</a> IMP: inpatient encounter</p><p><b>type</b>: <span title=\"Codes:{http://www.ama-assn.org/go/cpt 99234}\">Under Observation or Inpatient Care Services (Including Admission and Discharge Services)</span></p><p><b>subject</b>: <a href=\"Patient-patient-mother-jada-ann-quinn.html\">Patient - Mother (Jada Ann Quinn)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 87286-1}\">Birth attendant [Extended Identifier]</span></td><td><a href=\"Practitioner-practitioner-vital-records-avery-jones.html\">Practitioner - Vital Records (Avery Jones, MD)</a></td></tr></table><p><b>period</b>: 2019-02-11 10:00:00-0700 --> 2019-02-15 10:00:00-0700</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Origin</b></td><td><b>AdmitSource</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-north-hospital.html\">Location - US Core Location (North Hospital)</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/admit-source hosp-trans}\">The Patient has been transferred from another hospital for this encounter.</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-south-hospital.html\">Location - US Core Location (South Hospital)</a></td><td><span title=\"Codes:{http://snomed.info/sct 22232009}\">Hospital</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-south-hospital.html\">Organization - US Core Organization (South Hospital Organization)</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-role"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9937012" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IMP" ] ;
fhir:display [ fhir:v "inpatient encounter" ]
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "99234" ] ] ) ;
fhir:text [ fhir:v "Under Observation or Inpatient Care Services (Including Admission and Discharge Services)" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-mother-jada-ann-quinn" ] ;
fhir:display [ fhir:v "Patient - Mother (Jada Ann Quinn)" ]
] ; #
fhir:participant ( [
( fhir:type [
( fhir:coding [
a loinc:87286-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87286-1" ] ;
fhir:display [ fhir:v "Birth attendant [Extended Identifier]" ] ] ) ] ) ;
fhir:individual [
fhir:reference [ fhir:v "Practitioner/practitioner-vital-records-avery-jones" ] ;
fhir:display [ fhir:v "Practitioner - Vital Records (Avery Jones, MD)" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2019-02-11T10:00:00-07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2019-02-15T10:00:00-07:00"^^xsd:dateTime ]
] ; #
fhir:hospitalization [
fhir:origin [
fhir:reference [ fhir:v "Location/location-north-hospital" ] ;
fhir:display [ fhir:v "Location - US Core Location (North Hospital)" ] ] ;
fhir:admitSource [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/admit-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hosp-trans" ] ;
fhir:display [ fhir:v "Transferred from other hospital" ] ] ) ;
fhir:text [ fhir:v "The Patient has been transferred from another hospital for this encounter." ] ]
] ; #
fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/location-south-hospital" ] ;
fhir:display [ fhir:v "Location - US Core Location (South Hospital)" ] ] ;
fhir:physicalType [
( fhir:coding [
a sct:22232009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "22232009" ] ;
fhir:display [ fhir:v "Hospital" ] ] ) ]
] ) ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/organization-south-hospital" ] ;
fhir:display [ fhir:v "Organization - US Core Organization (South Hospital Organization)" ]
] . #
IG © 2023+ HL7 International / Public Health. Package hl7.fhir.us.bfdr#2.0.0 based on FHIR 4.0.1. Generated 2024-10-15
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change