2.2.0-test - ci-build Norway flag

Publication Build: This will be filled in by the publication tooling

: PatientAppointmentResponseExample - 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:AppointmentResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientAppointmentResponseExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-AppointmentResponse"^^xsd:anyURI ;
fhir:link <http://hl7.no/fhir/StructureDefinition/no-basis-AppointmentResponse>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AppointmentResponse </b><a name=\"PatientAppointmentResponseExample\"> </a><a name=\"hcPatientAppointmentResponseExample\"> </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\">ResourceAppointmentResponse &quot;PatientAppointmentResponseExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-no-basis-AppointmentResponse.html\">no-basis-AppointmentResponse</a></p></div><p><b>no-basis-shortnotice</b>: true</p><p><b>appointment</b>: <a href=\"Appointment-d6c523ec-b520-4221-a8d6-c1c58911ce7a.html\">Appointment/d6c523ec-b520-4221-a8d6-c1c58911ce7a: MRI results discussion</a></p><p><b>actor</b>: <a href=\"Patient-e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473.html\">Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473: Peter James Chalmers</a> &quot; CHALMERS&quot;</p><p><b>participantStatus</b>: accepted</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.no/fhir/StructureDefinition/no-basis-shortnotice"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]
  ] ) ; # 
  fhir:appointment [
fhir:reference [ fhir:v "Appointment/d6c523ec-b520-4221-a8d6-c1c58911ce7a" ] ;
fhir:display [ fhir:v "MRI results discussion" ]
  ] ; # 
  fhir:actor [
fhir:reference [ fhir:v "Patient/e70f0ba2-44d8-4f14-9c3a-ff4c6ead7473" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Peter James Chalmers" ]
  ] ; # 
  fhir:participantStatus [ fhir:v "accepted"] . #