@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.amakomaya.com/RelatedPerson/relatedperson-pregnant> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "relatedperson-pregnant"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.amakomaya.com/StructureDefinition/amk-relatedperson"^^xsd:anyURI ;
       fhir:l <https://fhir.amakomaya.com/StructureDefinition/amk-relatedperson>
     ] )
  ] ; # 
  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 relatedperson-pregnant</b></p><a name=\"relatedperson-pregnant\"> </a><a name=\"hcrelatedperson-pregnant\"> </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-amk-relatedperson.html\">AMK Related Person</a></p></div><p><b>patient</b>: <a href=\"Patient-patient-pregnant.html\">Sita Sharma Female, DoB: 1998-04-15 ( https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber#Nepal Telecome Subscriber Identifier Namespace#9851341921 (use: official, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass CAREGIVER}\">caregiver</span></p><p><b>name</b>: Raj Dhakal</p><p><b>telecom</b>: <a href=\"tel:+977-9800000000\">+977-9800000000</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:patient [
     fhir:l <https://fhir.amakomaya.com/Patient/patient-pregnant> ;
     fhir:reference [ fhir:v "Patient/patient-pregnant" ]
  ] ; # 
  fhir:relationship ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleClass"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleClass>
       ] ;
       fhir:code [ fhir:v "CAREGIVER" ] ;
       fhir:display [ fhir:v "caregiver" ]
     ] )
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Raj Dhakal" ]
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+977-9800000000" ] ;
     fhir:use [ fhir:v "home" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

