Draft PH Core Implementation Guide
0.2.0 - ci-build PH

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: practitioner-single-example

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "practitioner-single-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-practitioner"^^xsd:anyURI ;
fhir:l <https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-practitioner>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Maria Clara Santos, MD, is a licensed physician born on May 15, 1985, residing in Manila, NCR, Philippines. She can be reached via mobile at +63-912-345-6789 or by email at maria.santos@example.ph.</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [
fhir:v "value"^^xsd:anyURI ;
fhir:l fhir:value       ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:248152002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>           ] ;
fhir:code [ fhir:v "248152002" ] ;
fhir:display [ fhir:v "Female (finding)" ]         ] )       ]     ] [
fhir:url [
fhir:v "type"^^xsd:anyURI ;
fhir:l fhir:type       ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a loinc:76689-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>           ] ;
fhir:code [ fhir:v "76689-9" ] ;
fhir:display [ fhir:v "Sex Assigned at Birth" ]         ] )       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender>     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "value"^^xsd:anyURI ;
fhir:l fhir:value       ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a loinc:LA22879-3 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>           ] ;
fhir:code [ fhir:v "LA22879-3" ] ;
fhir:display [ fhir:v "Identifies as female" ]         ] )       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/individual-genderIdentity>     ]
  ] [
    ( fhir:extension [
fhir:url [
fhir:v "value"^^xsd:anyURI ;
fhir:l fhir:value       ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a loinc:LA29519-8 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>           ] ;
fhir:code [ fhir:v "LA29519-8" ] ;
fhir:display [ fhir:v "she/her/her/hers/herself" ]         ] )       ]     ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/individual-pronouns"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/individual-pronouns>     ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Santos" ] ;
    ( fhir:given [ fhir:v "Maria" ] [ fhir:v "Clara" ] ) ;
    ( fhir:suffix [ fhir:v "MD" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+63-912-345-6789" ] ;
fhir:use [ fhir:v "mobile" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "maria.santos@example.ph" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/barangay"^^xsd:anyURI ;
fhir:l <https://fhir.doh.gov.ph/phcore/StructureDefinition/barangay>       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://psa.gov.ph/classification/psgc"^^xsd:anyURI ;
fhir:l <https://psa.gov.ph/classification/psgc>         ] ;
fhir:code [ fhir:v "1339000003" ] ;
fhir:display [ fhir:v "Ermita" ]       ]     ] [
fhir:url [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/city-municipality"^^xsd:anyURI ;
fhir:l <https://fhir.doh.gov.ph/phcore/StructureDefinition/city-municipality>       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://psa.gov.ph/classification/psgc"^^xsd:anyURI ;
fhir:l <https://psa.gov.ph/classification/psgc>         ] ;
fhir:code [ fhir:v "1380600000" ] ;
fhir:display [ fhir:v "City of Manila" ]       ]     ] [
fhir:url [
fhir:v "https://fhir.doh.gov.ph/phcore/StructureDefinition/region"^^xsd:anyURI ;
fhir:l <https://fhir.doh.gov.ph/phcore/StructureDefinition/region>       ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://psa.gov.ph/classification/psgc"^^xsd:anyURI ;
fhir:l <https://psa.gov.ph/classification/psgc>         ] ;
fhir:code [ fhir:v "1300000000" ] ;
fhir:display [ fhir:v "National Capital Region" ]       ]     ] ) ;
fhir:use [ fhir:v "home" ] ;
    ( fhir:line [ fhir:v "1234 Mabini Street" ] ) ;
fhir:postalCode [ fhir:v "1000" ] ;
fhir:country [ fhir:v "PH" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1985-05-15"^^xsd:date] ; # 
  fhir:qualification ( [
    ( fhir:identifier [
fhir:system [
fhir:v "http://prc.gov.ph/fhir/Identifier/prc-license"^^xsd:anyURI ;
fhir:l <http://prc.gov.ph/fhir/Identifier/prc-license>       ] ;
fhir:value [ fhir:v "0123456" ]     ] ) ;
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0360>         ] ;
fhir:code [ fhir:v "MD" ] ;
fhir:display [ fhir:v "Doctor of Medicine" ]       ] )     ] ;
fhir:period [
fhir:start [ fhir:v "2010-07-15"^^xsd:date ]     ] ;
fhir:issuer [
fhir:l fhir:Organization/organization-single-example ;
fhir:reference [ fhir:v "Organization/organization-single-example" ]     ]
  ] ) ; # 
  fhir:communication ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47>       ] ;
fhir:code [ fhir:v "fil" ] ;
fhir:display [ fhir:v "Filipino" ]     ] )
  ] [
    ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47>       ] ;
fhir:code [ fhir:v "en" ] ;
fhir:display [ fhir:v "English" ]     ] )
  ] ) . #