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
: Observation - Father Present Job - Tom Yan 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-present-job-tom-yan-lee"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-present-job"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bfdr/StructureDefinition/Observation-present-job> ] )
] ; #
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: Observation observation-present-job-tom-yan-lee</b></p><a name=\"observation-present-job-tom-yan-lee\"> </a><a name=\"hcobservation-present-job-tom-yan-lee\"> </a><a name=\"observation-present-job-tom-yan-lee-en-US\"> </a><p><b>Extension Parental Role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">father</span></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11341-5}\">History of Occupation</span></p><p><b>subject</b>: <a href=\"Patient-patient-decedent-fetus-not-named.html\">null (official) Female, DoB: 2019-01-09 ( Medical Record Number: 9932702 (use: usual, ))</a></p><p><b>focus</b>: <a href=\"RelatedPerson-relatedperson-father-natural-tom-yan-lee.html\">RelatedPerson Tom Yan Lee (official)</a></p><p><b>effective</b>: 2019-01-09 --> (ongoing)</p><p><b>value</b>: <span title=\"Codes:\">Teaching Assistant</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 86188-0}\">History of Occupation industry</span></td><td><span title=\"Codes:\">Elementary and Secondary Schools</span></td></tr></table></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 "FTH" ] ;
fhir:display [ fhir:v "father" ] ] ) ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:11341-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11341-5" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-decedent-fetus-not-named" ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "RelatedPerson/relatedperson-father-natural-tom-yan-lee" ]
] ) ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2019-01-09"^^xsd:date ]
] ; #
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Teaching Assistant" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:86188-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86188-0" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Elementary and Secondary Schools" ] ]
] ) . #