This page is part of the Vital Records Birth and Fetal Death Reporting (v1.1.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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-carmen-teresa-lee"] ; #
fhir:meta [
fhir:versionId [ fhir:v "7" ] ;
fhir:lastUpdated [ fhir:v "2021-05-14T11:49:47.065Z"^^xsd:dateTime ] ;
( 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 "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"encounter-maternity-carmen-teresa-lee\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Encounter "encounter-maternity-carmen-teresa-lee" Version "7" Updated "2021-05-14 11:49:47+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Encounter-maternity.html\">Encounter - Maternity</a></p></div><p><b>identifier</b>: id: 8937015</p><p><b>status</b>: finished</p><p><b>class</b>: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')</p><p><b>type</b>: Under Observation or Inpatient Care Services (Including Admission and Discharge Services) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#99234)</span></p><p><b>subject</b>: <a href=\"Patient-patient-mother-carmen-teresa-lee.html\">Patient/patient-mother-carmen-teresa-lee: Patient - Mother (Carmen Teresa Lee)</a> " LEE"</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>Birth attendant [Extended Identifier] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#87286-1)</span></td><td><a href=\"Practitioner-practitioner-vital-records-janet-seito.html\">Practitioner/practitioner-vital-records-janet-seito: Practitioner - Vital Records (Janet Seito, MD)</a> " JONES"</td></tr></table><p><b>period</b>: 2019-01-08 10:00:00-0700 --> 2019-01-09 17:00:00-0700</p><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/location-south-hospital: Location - US Core Location (South Hospital)</a> "South Hospital"</td><td>Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#22232009)</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-south-hospital.html\">Organization/organization-south-hospital: Organization - US Core Organization (South Hospital Organization)</a> "South Hospital"</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8937015" ]
] ) ; #
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-carmen-teresa-lee" ] ;
fhir:display [ fhir:v "Patient - Mother (Carmen Teresa Lee)" ]
] ; #
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-janet-seito" ] ;
fhir:display [ fhir:v "Practitioner - Vital Records (Janet Seito, MD)" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2019-01-08T10:00:00-07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2019-01-09T17:00:00-07:00"^^xsd:dateTime ]
] ; #
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 © 2020+ HL7 International / Public Health. Package hl7.fhir.us.bfdr#1.1.0 based on FHIR 4.0.1. Generated 2023-10-10
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change