This page is part of the Vital Records Birth and Fetal Death Reporting (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Observation - Mother Received WIC Food - Carmen Teresa Lee - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-mother-received-wic-food-carmen-teresa-lee"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-mother-received-wic-food"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-mother-received-wic-food> ] )
] ; #
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: Observation observation-mother-received-wic-food-carmen-teresa-lee</b></p><a name=\"observation-mother-received-wic-food-carmen-teresa-lee\"> </a><a name=\"hcobservation-mother-received-wic-food-carmen-teresa-lee\"> </a><a name=\"observation-mother-received-wic-food-carmen-teresa-lee-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 87303-4}\">Mother WIC food recipient</span></p><p><b>subject</b>: <a href=\"Patient-patient-mother-carmen-teresa-lee.html\">Patient - Mother (Carmen Teresa Lee)</a></p><p><b>focus</b>: <a href=\"Patient-patient-decedent-fetus-not-named.html\">Patient - Decedent Fetus (Fetus Not Named)</a></p><p><b>effective</b>: 2019-12-02</p><p><b>performer</b>: <a href=\"Patient-patient-mother-carmen-teresa-lee.html\">Carmen Teresa Lee (official) Female, DoB: 1986-02-15 ( Medical Record Number: 9992702 (use: usual, ))</a></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 N}\">No</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:87303-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "87303-4" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-mother-carmen-teresa-lee" ] ;
fhir:display [ fhir:v "Patient - Mother (Carmen Teresa Lee)" ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "Patient/patient-decedent-fetus-not-named" ] ;
fhir:display [ fhir:v "Patient - Decedent Fetus (Fetus Not Named)" ]
] ) ; #
fhir:effective [ fhir:v "2019-12-02"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/patient-mother-carmen-teresa-lee" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "No" ] ] )
] . #