Руководство к использованию стандарта FHIR в МИС2
0.5.0 - ci-build Uzbekistan flag

Руководство к использованию стандарта FHIR в МИС2 - Local Development build (v0.5.0). See the Directory of published versions

: ExampleAppointment1 - 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:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleAppointment1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ssv.uz/fhir/StructureDefinition/UZBaseAppointment"^^xsd:anyURI ;
fhir:link <https://ssv.uz/fhir/StructureDefinition/UZBaseAppointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Appointment</b><a name=\"ExampleAppointment1\"> </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 Appointment &quot;ExampleAppointment1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseAppointment.html\">UZBaseAppointment</a></p></div><p><b>identifier</b>: id: S22-8732641</p><p><b>status</b>: booked</p><p><b>serviceCategory</b>: amb <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#amb)</span></p><p><b>start</b>: Dec 8, 2022, 9:00:00 AM</p><p><b>end</b>: Dec 13, 2022, 1:30:00 PM</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-pat1.html\">Patient/pat1</a> &quot; BOSSENKO&quot;</p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"PractitionerRole-pr11.html\">PractitionerRole/pr11</a></p><p><b>status</b>: accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"HealthcareService-hs1.html\">HealthcareService/hs1</a> &quot;Консультация&quot;</p><p><b>status</b>: accepted</p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://ssv.uz/fhir/sid/org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "S22-8732641" ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:code [ fhir:v "amb" ]     ] )
  ] ) ; # 
  fhir:start [ fhir:v "2022-12-08T14:00:00+05:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2022-12-13T18:30:00+05:00"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/pat1" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/pr11" ] ;
fhir:type [ fhir:v "PractitionerRole"^^xsd:anyURI ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "HealthcareService/hs1" ] ;
fhir:type [ fhir:v "HealthcareService"^^xsd:anyURI ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #