Referral Prescription
1.0.0 - STU Belgium flag

Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions

: gpvisit - 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:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gpvisit"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Narrative</p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient1" ] ;
fhir:display [ fhir:v "Peter James Chalmers" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2013-01-01T10:30:00+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:activity ( [
    ( fhir:outcomeReference [
fhir:reference [ fhir:v "encounter1" ]     ] ) ;
fhir:detail [
fhir:kind [ fhir:v "Appointment" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://example.org/local"^^xsd:anyURI ] ;
fhir:code [ fhir:v "nursecon" ]         ] ) ;
fhir:text [ fhir:v "Nurse Consultation" ]       ] ;
fhir:status [ fhir:v "scheduled" ] ;
fhir:scheduled [
a fhir:Period ;
fhir:start [ fhir:v "2013-01-01T10:38:00+00:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2013-01-01T10:50:00+00:00"^^xsd:dateTime ]       ] ;
      ( fhir:performer [
fhir:reference [ fhir:v "Practitioner/practitioner1" ] ;
fhir:display [ fhir:v "Nurse Nancy" ]       ] )     ]
  ] ) . #