@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Encounter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "TWCoreEncounter"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/TWCoreEncounter"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Encounter TWCoreEncounter

status: Finished

class: ActCode PRENC: pre-admission

subject: 胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))

Participants

-TypePeriodIndividual
*primary performer2022-08-01 17:00:14-0500 --> 2022-08-01 18:00:14-0500Practitioner 大吉 連 (official)

period: 2022-08-01 17:00:14-0500 --> 2022-08-01 18:00:14-0500

reasonCode: Primary malignant neoplasm of lung (disorder)

" ] ; # fhir:status [ fhir:v "finished"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRENC" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/TWCorePatient" ] ] ; # fhir:participant ( [ fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPRF" ] ] ) ] ) ; fhir:period [ fhir:start [ fhir:v "2022-08-01T17:00:14-05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2022-08-01T18:00:14-05:00"^^xsd:dateTime ] ] ; fhir:individual [ fhir:link ; fhir:reference [ fhir:v "Practitioner/TWCorePractitioner" ] ] ] ) ; # fhir:period [ fhir:start [ fhir:v "2022-08-01T17:00:14-05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2022-08-01T18:00:14-05:00"^^xsd:dateTime ] ] ; # fhir:reasonCode ( [ fhir:coding ( [ a sct:93880001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "93880001" ] ; fhir:display [ fhir:v "Primary malignant neoplasm of lung (disorder)" ] ] ) ] ) . # # -------------------------------------------------------------------------------------