ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . 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/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: PatientExample - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBPatient"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBPatient>     ] )
  ] ; # 
  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: Patient PatientExample</b></p><a name=\"PatientExample\"> </a><a name=\"hcPatientExample\"> </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-ITBPatient.html\">ITB Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Johansen Øyvind Petter (no stated gender), DoB: 1984-03-11 ( urn:oid:2.16.578.1.12.4.1.4.1#110384-98330)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">patientId/649</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:test@fhir.link\">test@fhir.link</a></li><li>ph: 0708664086(Mobile)</li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "110384-98330" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patientId" ]       ] )     ] ;
fhir:system [ fhir:v "itbDev-colosseum-opus-nationaltheatret/fhir/NamingSystem/nspatientId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "649" ]
  ] ) ; # 
  fhir:name ( [
fhir:text [ fhir:v "Johansen Øyvind Petter" ] ;
fhir:family [ fhir:v "Johansen" ] ;
    ( fhir:given [ fhir:v "Øyvind Petter" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "test@fhir.link" ] ;
fhir:use [ fhir:v "home" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0708664086" ] ;
fhir:use [ fhir:v "mobile" ]
  ] ) ; # 
  fhir:birthDate [ fhir:v "1984-03-11"^^xsd:date] . #