HL7中国FHIR Connectathon测试实施指南
2024.5.5 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EncounterExample03 - 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 "EncounterExample03"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.cn/fhir/StructureDefinition/core-inpatient-encounter"^^xsd:anyURI ;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/core-inpatient-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=\"EncounterExample03\"> </a><a name=\"hcEncounterExample03\"> </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 &quot;EncounterExample03&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-inpatient-encounter.html\">住院就诊服务结构定义</a></p></div><p><b>identifier</b>: <code>urn:uuid:2.16.156.10011.1.10</code>/765433</p><p><b>status</b>: completed</p><p><b>class</b>: 住院 <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>#IMP)</span></p><h3>ServiceTypes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>骨科 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-service-type.html\">Service type</a>#218)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01: 刘康</a> &quot; 刘&quot;</p><p><b>serviceProvider</b>: <a href=\"Organization-HospitalExample01.html\">Organization/HospitalExample01: 北大人民医院</a> &quot;北大人民医院&quot;</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>AUT <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (encounter-participant-type#AUT)</span></td><td><a href=\"Practitioner-PractitionerExample01.html\">Practitioner/PractitionerExample01: 赵勇</a> &quot; 赵&quot;</td></tr></table><p><b>actualPeriod</b>: 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</p><blockquote><p><b>reason</b></p><h3>Values</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>膝关节置换术 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-encounter-reason-use.html\">Encounter Reason Use</a>#AD)</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-DiagnosisExample02.html\">Condition/DiagnosisExample02: 膝关节退行性病变</a></td></tr></table><p><b>use</b>: 入院诊断 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-diagnosis-role.html\">Diagnosis Role</a>#AD)</span></p></blockquote><h3>Admissions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td></tr><tr><td style=\"display: none\">*</td><td>门诊转住院 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-admit-source.html\">Admit source</a>#outp)</span></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-LocationExample01.html\">Location/LocationExample01: 外科楼3病区2病房1床</a> &quot;外科楼3病区2病房1床&quot;</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:uuid:2.16.156.10011.1.10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "765433" ]
  ] ) ; # 
  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 "IMP" ] ;
fhir:display [ fhir:v "住院" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
fhir:concept [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "218" ] ;
fhir:display [ fhir:v "骨科" ]       ] )     ]
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample01" ] ;
fhir:display [ fhir:v "刘康" ]
  ] ; # 
  fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/HospitalExample01" ] ;
fhir:display [ fhir:v "北大人民医院" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/CodeSystem/encounter-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUT" ]       ] )     ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Practitioner/PractitionerExample01" ] ;
fhir:display [ fhir:v "赵勇" ]     ]
  ] ) ; # 
  fhir:actualPeriod [
fhir:start [ fhir:v "2021-05-07T12:30:02+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2002-08-20T16:45:50+08:00"^^xsd:dateTime ]
  ] ; # 
  fhir:reason ( [
    ( fhir:value [
fhir:concept [
        ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/encounter-reason-use"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AD" ] ;
fhir:display [ fhir:v "膝关节置换术" ]         ] )       ]     ] )
  ] ) ; # 
  fhir:diagnosis ( [
    ( fhir:condition [
fhir:reference [
fhir:reference [ fhir:v "Condition/DiagnosisExample02" ] ;
fhir:display [ fhir:v "膝关节退行性病变" ]       ]     ] ) ;
    ( fhir:use [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AD" ] ;
fhir:display [ fhir:v "入院诊断" ]       ] )     ] )
  ] ) ; # 
  fhir:admission [
fhir:admitSource [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/admit-source"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outp" ] ;
fhir:display [ fhir:v "门诊转住院" ]       ] )     ]
  ] ; # 
  fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/LocationExample01" ] ;
fhir:display [ fhir:v "外科楼3病区2病房1床" ]     ]
  ] ) . #