@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/bfdr/Observation/observation-present-job-tom-yan-lee> 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><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-present-job.html\">Observation - Present Job</a></p></div><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 --&gt; (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>"^^rdf:XMLLiteral
  ] ; # 
  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:link <http://hl7.org/fhir/us/bfdr/Patient/patient-decedent-fetus-not-named> ;
     fhir:reference [ fhir:v "Patient/patient-decedent-fetus-not-named" ]
  ] ; # 
  fhir:focus ( [
     fhir:link <http://hl7.org/fhir/us/bfdr/RelatedPerson/relatedperson-father-natural-tom-yan-lee> ;
     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" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/bfdr/Patient/patient-decedent-fetus-not-named> a fhir:us .

<http://hl7.org/fhir/us/bfdr/RelatedPerson/relatedperson-father-natural-tom-yan-lee> a fhir:us .

# -------------------------------------------------------------------------------------

