-
Notifications
You must be signed in to change notification settings - Fork 0
/
Encounter-EncounterAdultCheckExample.ttl
94 lines (90 loc) · 4.71 KB
/
Encounter-EncounterAdultCheckExample.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@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 -------------------------------------------------------------------
<https://tstifhir.azurehealthcareapis.com/Encounter/EncounterAdultCheckExample> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EncounterAdultCheckExample"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://tstifhir.azurehealthcareapis.com/StructureDefinition/Encounter-adultcheck"^^xsd:anyURI ;
fhir:link <https://tstifhir.azurehealthcareapis.com/StructureDefinition/Encounter-adultcheck>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"EncounterAdultCheckExample\"> </a></p><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\">Resource Encounter "EncounterAdultCheckExample" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Encounter-adultcheck.html\">Encounter - AdultCheck</a></p></div><p><b>identifier</b>: 全國的個人識別碼: A123456789 (use: OFFICIAL), Medical record number: 8862168 (use: OFFICIAL), HOI: 0123456789 (use: OFFICIAL), Temporary Medical Record Number: 000120230721 (use: OFFICIAL)</p><p><b>status</b>: finished</p><blockquote><p><b>statusHistory</b></p><p><b>status</b>: arrived</p><p><b>period</b>: 2022-08-01 17:00:14-0500 --> (ongoing)</p></blockquote><blockquote><p><b>statusHistory</b></p><p><b>status</b>: arrived</p><p><b>period</b>: 2022-08-05 17:00:14-0500 --> (ongoing)</p></blockquote><p><b>class</b>: AMB (Details: [not stated] code AMB = 'AMB', stated as 'null')</p><p><b>serviceType</b>: 成人預防保健 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#562 "Test Message")</span></p><p><b>subject</b>: <a href=\"Patient-pat-example.html\">Patient/pat-example</a></p><p><b>serviceProvider</b>: <a href=\"Organization/organ-example\">Organization/organ-example</a></p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NNTWN" ]
] )
] ;
fhir:system [ fhir:v "http://www.moi.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456789" ]
] [
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 "MR" ]
] )
] ;
fhir:system [ fhir:v "https://www.tph.mohw.gov.tw/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8862168" ]
] [
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 "HOI" ]
] )
] ;
fhir:system [ fhir:v "https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0123456789" ]
] [
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 "MRT" ]
] )
] ;
fhir:system [ fhir:v "https://tsti.hospital.com"^^xsd:anyURI ] ;
fhir:value [ fhir:v "000120230721" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:statusHistory ( [
fhir:status [ fhir:v "arrived" ] ;
fhir:period [
fhir:start [ fhir:v "2022-08-01T17:00:14-05:00"^^xsd:dateTime ]
]
] [
fhir:status [ fhir:v "arrived" ] ;
fhir:period [
fhir:start [ fhir:v "2022-08-05T17:00:14-05:00"^^xsd:dateTime ]
]
] ) ; #
fhir:class [
fhir:code [ fhir:v "AMB" ]
] ; #
fhir:serviceType [
fhir:coding ( [
fhir:code [ fhir:v "562" ] ;
fhir:display [ fhir:v "Test Message" ]
] ) ;
fhir:text [ fhir:v "成人預防保健" ]
] ; #
fhir:subject [
fhir:link <https://tstifhir.azurehealthcareapis.com/Patient/pat-example> ;
fhir:reference [ fhir:v "Patient/pat-example" ]
] ; #
fhir:serviceProvider [
fhir:link <https://tstifhir.azurehealthcareapis.com/Organization/organ-example> ;
fhir:reference [ fhir:v "Organization/organ-example" ]
] . #
# -------------------------------------------------------------------------------------