@prefix fhir: <http://hl7.org/fhir/> .
@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/vr-common-library/RelatedPerson/relatedperson-father-vr-tom-yan-lee-common> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "relatedperson-father-vr-tom-yan-lee-common"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-father-vr"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-father-vr>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relatedperson-father-vr-tom-yan-lee-common</b></p><a name=\"relatedperson-father-vr-tom-yan-lee-common\"> </a><a name=\"hcrelatedperson-father-vr-tom-yan-lee-common\"> </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-RelatedPerson-father-vr.html\">RelatedPerson - Father Vital Records</a></p></div><p><b>RelatedPerson Birth Place Vital Records</b>: NY </p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-child-vr-babyg-quinn-common.html\">Patient - Child (Baby G Quinn)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode NFTH}\">Natural Father</span></p><p><b>name</b>: Tom Yan Lee (Official)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1984</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-relatedperson-birthplace-vr"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-relatedperson-birthplace-vr>
     ] ;
     fhir:value [
       a fhir:Address ;
       fhir:state [ fhir:v "NY" ]
     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:patient [
     fhir:l <http://hl7.org/fhir/us/vr-common-library/Patient/patient-child-vr-babyg-quinn-common> ;
     fhir:reference [ fhir:v "Patient/patient-child-vr-babyg-quinn-common" ] ;
     fhir:display [ fhir:v "Patient - Child (Baby G Quinn)" ]
  ] ; # 
  fhir:relationship ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
       ] ;
       fhir:code [ fhir:v "NFTH" ] ;
       fhir:display [ fhir:v "natural father" ]
     ] ) ;
     fhir:text [ fhir:v "Natural Father" ]
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Lee" ] ;
     fhir:given ( [ fhir:v "Tom" ] [ fhir:v "Yan" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [
     fhir:v "1984"^^xsd:gYear ;
     fhir:extension ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "year"^^xsd:anyURI ;
           fhir:l fhir:year
         ] ;
         fhir:value [
           a fhir:UnsignedInt ;
           fhir:v "1984"^^xsd:nonNegativeInteger
         ]
       ] [
         fhir:url [
           fhir:v "month"^^xsd:anyURI ;
           fhir:l fhir:month
         ] ;
         fhir:value [
           a fhir:UnsignedInt ;
           fhir:extension ( [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason>
             ] ;
             fhir:value [
               a fhir:Code ;
               fhir:v "temp-unknown"
             ]
           ] )
         ]
       ] [
         fhir:url [
           fhir:v "day"^^xsd:anyURI ;
           fhir:l fhir:day
         ] ;
         fhir:value [
           a fhir:UnsignedInt ;
           fhir:extension ( [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason>
             ] ;
             fhir:value [
               a fhir:Code ;
               fhir:v "temp-unknown"
             ]
           ] )
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-vr"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-vr>
       ]
     ] )
  ] . # 

<http://hl7.org/fhir/us/vr-common-library/Patient/patient-child-vr-babyg-quinn-common> a fhir:Us .

# -------------------------------------------------------------------------------------

