0.1.0 - ci-build

NordicHackathon2025, published by Vadim Peretokin. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions

: appointment-example-2 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "appointment-example-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/NordicAppointment"^^xsd:anyURI ;
fhir:link <http://example.org/StructureDefinition/NordicAppointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment appointment-example-2</b></p><a name=\"appointment-example-2\"> </a><a name=\"hcappointment-example-2\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NordicAppointment.html\">NordicAppointment</a></p></div><p><b>status</b>: Booked</p><p><b>serviceCategory</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-category 27}\">Specialist Medical</span></p><p><b>start</b>: 2025-03-10 10:00:00+0100</p><p><b>end</b>: 2025-03-10 10:45:00+0100</p><p><b>created</b>: 2025-02-14 11:00:00+0000</p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Practitioner-maria-54321.html\">Dr. Maria Sundström</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Patient-arne-67890.html\">Arne Johansson</a></p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"Location-Uppsala-Cardiology-Clinic.html\">Uppsala Cardiology Clinic</a></p><p><b>status</b>: Accepted</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27" ] ;
fhir:display [ fhir:v "Specialist Medical" ]     ] )
  ] ) ; # 
  fhir:start [ fhir:v "2025-03-10T10:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2025-03-10T10:45:00+01:00"^^xsd:dateTime] ; # 
  fhir:created [ fhir:v "2025-02-14T11:00:00Z"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/maria-54321" ] ;
fhir:display [ fhir:v "Dr. Maria Sundström" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "Patient/arne-67890" ] ;
fhir:display [ fhir:v "Arne Johansson" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] [
fhir:actor [
fhir:reference [ fhir:v "Location/Uppsala-Cardiology-Clinic" ] ;
fhir:display [ fhir:v "Uppsala Cardiology Clinic" ]     ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #