身體活動與飲食實作指引
0.1.0 - ci-build

身體活動與飲食實作指引, published by 衛生福利部國民健康署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hpapa2025/pad/ and changes regularly. See the Directory of published versions

: 慢性疾病家族史 - 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:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "fam-hx"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.hpa.gov.tw/pad/StructureDefinition/FamilyMemberHistory-pad"^^xsd:anyURI ;
fhir:link <https://www.hpa.gov.tw/pad/StructureDefinition/FamilyMemberHistory-pad>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #dbe7d9ff; padding: 6px; margin: 4px; border: 1px solid #9fc298ff; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Profile:<a href=\"StructureDefinition-FamilyMemberHistory-pad.html\">慢性疾病家族史-FamilyMemberHistory PAD</a></p></div><p><b>狀態</b>:final</p><p><b>使用者</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>患有慢性疾病之家人稱謂</b>:父親</p><p><b>使用者之慢性疾病家族史</b>:高血壓性心臟病,無心臟衰竭</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/pat-min" ]
  ] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FTH" ] ;
fhir:display [ fhir:v "father" ]     ] )
  ] ; # 
  fhir:condition ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw"^^xsd:anyURI ] ;
fhir:code [ fhir:v "I11.9" ]       ] )     ]
  ] ) . #