Finnish Base Profiles
0.3.0 - ci-build Finland flag

Finnish Base Profiles - Local Development build (v0.3.0). See the Directory of published versions

: 36749a02-1710-44e7-aa76-0e934eb7860a - 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:Resource.id [ fhir:value "36749a02-1710-44e7-aa76-0e934eb7860a"]; # 
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2018-03-13T14:01:59.834+02:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://phr.kanta.fi/StructureDefinition/fiphr-sd-patient";
       fhir:index 0;
       fhir:link <http://phr.kanta.fi/StructureDefinition/fiphr-sd-patient>     ]
  ]; # 
  fhir:Resource.language [ fhir:value "fi"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fi\" lang=\"fi\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Anonymous Patient</b> (no stated gender), DoB Unknown ( id: urn:uuid:36749a02-1710-44e7-aa76-0e934eb7860a)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  ]; # 
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:36749a02-1710-44e7-aa76-0e934eb7860a" ]
  ]; # 
  fhir:Patient.active [ fhir:value "true"^^xsd:boolean]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.