OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenELIS Patient Example Resource - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "329f09da-0fc9-419d-9575-ace68954426A"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-patient"^^xsd:anyURI ;
fhir:link <http://i-tech-uw.github.io/openelis-global-ig/StructureDefinition/openelis-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>moses Mutesa </b> male, DoB: 1988-03-02 ( id: NA121212)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>id: 121213</li><li>id: 121214</li><li>id: 329f09da-0fc9-419d-9575-ace689544229</li><li>id: 329f09da-0fc9-419d-9575-ace689544269</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">KING GREENWOOD WASHINGTON 98103 </td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://openelis-global.org/pat_nationalId"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NA121212" ]
  ] [
fhir:system [ fhir:v "http://openelis-global.org/pat_subjectNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "121213" ]
  ] [
fhir:system [ fhir:v "http://openelis-global.org/pat_stNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "121214" ]
  ] [
fhir:system [ fhir:v "http://openelis-global.org/pat_guid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "329f09da-0fc9-419d-9575-ace689544229" ]
  ] [
fhir:system [ fhir:v "http://openelis-global.org/pat_uuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "329f09da-0fc9-419d-9575-ace689544269" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Mutesa" ] ;
    ( fhir:given [ fhir:v "moses" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1988-03-02"^^xsd:date] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "KING" ] ) ;
fhir:city [ fhir:v "GREENWOOD" ] ;
fhir:state [ fhir:v "WASHINGTON" ] ;
fhir:postalCode [ fhir:v "98103" ]
  ] ) . #