HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Covid19EncounterExample01 - 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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Covid19EncounterExample01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-encounter"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-encounter> ] )
] ; #
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=\"Covid19EncounterExample01\"> </a><a name=\"hcCovid19EncounterExample01\"> </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 "Covid19EncounterExample01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-profile-covid19-encounter.html\">核酸检测诊疗活动结构定义</a></p></div><p><b>status</b>: completed</p><p><b>class</b>: field <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#FLD)</span></p><p><b>type</b>: 检查检验 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-encounter-type.html\">Encounter type</a>#TEST)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01</a> " 刘"</p><p><b>serviceProvider</b>: <a href=\"Organization-HospitalExample01.html\">Organization/HospitalExample01</a> "北大人民医院"</p><p><b>actualPeriod</b>: 2022-05-20 18:45:50+0800 --> (ongoing)</p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:class ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FLD" ] ] )
] ) ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/encounter-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TEST" ] ;
fhir:display [ fhir:v "检查检验" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ]
] ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/HospitalExample01" ]
] ; #
fhir:actualPeriod [
fhir:start [ fhir:v "2022-05-20T18:45:50+08:00"^^xsd:dateTime ]
] . #