醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TWCorePatient - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TWCorePatient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/TWCorePatient"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/TWCorePatient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient TWCorePatient</b></p><a name=\"TWCorePatient\"> </a><a name=\"hcTWCorePatient\"> </a><a name=\"hcTWCorePatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0912345678</li><li>台北市北投區明德路365號(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>大吉 綠 (Official) (Male)</li><li>台北市北投區明德路365號(home)</li><li>ph: 0987654321</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NNxxx" ]       ] )     ] ;
fhir:system [ fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456789" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "綠" ] ;
    ( fhir:given [ fhir:v "胖吉" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0912345678" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1987-01-01"^^xsd:date] ; # 
  fhir:address ( [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "台北市北投區明德路365號" ] ;
    ( fhir:line [ fhir:v "明德路365號" ] ) ;
fhir:city [ fhir:v "台北市" ] ;
fhir:postalCode [ fhir:v "11219" ] ;
fhir:country [ fhir:v "Taiwan" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:relationship [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ]       ] )     ] ) ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "綠" ] ;
      ( fhir:given [ fhir:v "大吉" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0987654321" ]     ] ) ;
fhir:address [
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "台北市北投區明德路365號" ] ;
      ( fhir:line [ fhir:v "明德路365號" ] ) ;
fhir:city [ fhir:v "台北市" ] ;
fhir:postalCode [ fhir:v "11219" ] ;
fhir:country [ fhir:v "Taiwan" ]     ] ;
fhir:gender [ fhir:v "male" ]
  ] ) . #