EgdeFlaattsjekk_IG - Local Development build (v0.1.1). See the Directory of published versions
: EMJanniceSoreng - 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 "EMJanniceSoreng"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://www.egde.no/StructureDefinition/ehg-no-Patient"^^xsd:anyURI ;
fhir:link <http://www.egde.no/StructureDefinition/ehg-no-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>Jannice Søreng </b> female, DoB Unknown ( id: 21030550231)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+4733445566\">+4733445566</a></li><li><a href=\"mailto:jsorreng0987@domain.no\">jsorreng0987@domain.no</a></li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.578.1.12.4.1.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "21030550231" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Søreng" ] ;
( fhir:given [ fhir:v "Jannice" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+4733445566" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jsorreng0987@domain.no" ]
] ) ; #
fhir:gender [ fhir:v "female"] . #