@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 -------------------------------------------------------------------

<https://fhir-ig.digitalhealth.gov.ng/RelatedPerson/NgRelatedPerson-003-Pseudo> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "NgRelatedPerson-003-Pseudo"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-related-person"^^xsd:anyURI ;
       fhir:l <https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-related-person>
     ] )
  ] ; # 
  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 NgRelatedPerson-003-Pseudo</b></p><a name=\"NgRelatedPerson-003-Pseudo\"> </a><a name=\"hcNgRelatedPerson-003-Pseudo\"> </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-ng-related-person.html\">NG RelatedPerson</a></p></div><p><b>patient</b>: <a href=\"Patient-NgPatient-001-Pseudo.html\">Female-01 Client  Female, DoB: 1995-02-01 ( Pseudonymized Identifier: PSN-8A7F-2C19-KE95)</a></p><p><b>relationship</b>: <span title=\"Codes:{https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship BROTHER}\">Brother</span></p><p><b>name</b>: Alias-01 Relative </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1990-01-01</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:patient [
     fhir:l <https://fhir-ig.digitalhealth.gov.ng/Patient/NgPatient-001-Pseudo> ;
     fhir:reference [ fhir:v "Patient/NgPatient-001-Pseudo" ]
  ] ; # 
  fhir:relationship ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship"^^xsd:anyURI ;
         fhir:l <https://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship>
       ] ;
       fhir:code [ fhir:v "BROTHER" ] ;
       fhir:display [ fhir:v "Brother" ]
     ] ) ;
     fhir:text [ fhir:v "Brother" ]
  ] ) ; # 
  fhir:name ( [
     fhir:family [ fhir:v "Relative" ] ;
     fhir:given ( [ fhir:v "Alias-01" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] . # 

# -------------------------------------------------------------------------------------

