Amakomaya Nepal FHIR Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: RelatedPerson - Caregiver for Pregnant Woman - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
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:link <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:\">FAMMEMB</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:reference [ fhir:v "Patient/patient-pregnant" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:code [ fhir:v "FAMMEMB" ] ] )
] ) ; #
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" ]
] ) . #