@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/pacio-pfe/RelatedPerson/PFEIG-RelatedPerson-CharlesJohnson> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PFEIG-RelatedPerson-CharlesJohnson"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson PFEIG-RelatedPerson-CharlesJohnson</b></p><a name=\"PFEIG-RelatedPerson-CharlesJohnson\"> </a><a name=\"hcPFEIG-RelatedPerson-CharlesJohnson\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-PFEIG-patientBSJ1.html\">Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)</a></p><p><b>relationship</b>: <span title=\"Codes:\">Spouse</span></p><p><b>name</b>: Charles Johnson</p><p><b>telecom</b>: ph: (210) 222-3333</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:patient [
     fhir:l <http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> ;
     fhir:reference [ fhir:v "Patient/PFEIG-patientBSJ1" ]
  ] ; # 
  fhir:relationship ( [
     fhir:text [ fhir:v "Spouse" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Charles Johnson" ]
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "(210) 222-3333" ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-pfe/Patient/PFEIG-patientBSJ1> a fhir:Us .

# -------------------------------------------------------------------------------------

