Amakomaya Nepal FHIR Implementation Guide
2.0.0 - ci-build Nepal

Amakomaya Nepal FHIR Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient – Pregnant Woman (Mom-to-Be) - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Patient/patient-pregnant> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-pregnant"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.amakomaya.com/StructureDefinition/amk-core-patient"^^xsd:anyURI ;
       fhir:l <https://fhir.amakomaya.com/StructureDefinition/amk-core-patient>
     ] )
  ] ; # 
  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: Patient patient-pregnant</b></p><a name=\"patient-pregnant\"> </a><a name=\"hcpatient-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-core-patient.html\">AMK Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Sita Sharma Female, DoB: 1998-04-15 ( https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber#Nepal Telecome Subscriber Identifier Namespace#9851341921 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 9851341921(Mobile)</li><li><a href=\"mailto:sita.sharma@amakomaya.com\">sita.sharma@amakomaya.com</a></li><li>P8JV+24</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 ne}\">Nepali (macrolanguage)</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: spouse\">spouse:</td><td colspan=\"3\"><ul><li>Ramesh Sharma</li><li>ph: 9841122334(Mobile)</li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:system [
       fhir:v "https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber"^^xsd:anyURI ;
       fhir:l <https://api.amakomaya.com/NamingSystem/nepal-telecom-subscriber>
     ] ;
     fhir:value [ fhir:v "9851341921" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Sita Sharma" ]
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "9851341921" ] ;
     fhir:use [ fhir:v "mobile" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "sita.sharma@amakomaya.com" ] ;
     fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1998-04-15"^^xsd:date] ; # 
  fhir:address ( [
     fhir:text [ fhir:v "P8JV+24" ]
  ] ) ; # 
  fhir:maritalStatus [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus>
       ] ;
       fhir:code [ fhir:v "M" ] ;
       fhir:display [ fhir:v "Married" ]
     ] )
  ] ; # 
  fhir:photo ( [
     fhir:contentType [ fhir:v "image/jpeg" ] ;
     fhir:url [
       fhir:v "https://api.amakomaya.com/media/persons/9801234567/photo.jpg"^^xsd:anyURI ;
       fhir:l <https://api.amakomaya.com/media/persons/9801234567/photo.jpg>
     ]
  ] ) ; # 
  fhir:contact ( [
     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 "SPS" ] ;
         fhir:display [ fhir:v "spouse" ]
       ] )
     ] ) ;
     fhir:name [
       fhir:text [ fhir:v "Ramesh Sharma" ]
     ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "9841122334" ] ;
       fhir:use [ fhir:v "mobile" ]
     ] )
  ] ) ; # 
  fhir:communication ( [
     fhir:language [
       fhir:coding ( [
         fhir:system [
           fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
           fhir:l <urn:ietf:bcp:47>
         ] ;
         fhir:code [ fhir:v "ne" ] ;
         fhir:display [ fhir:v "Nepali (macrolanguage)" ]
       ] )
     ]
  ] ) . #