Dokumentacja Integracyjna SMPL
25.0.0 - STU1 Poland flag

: Patient - Obcokrajowiec - 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 "obcokrajowiec"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://ezdrowie.gov.pl/fhir/StructureDefinition/PLPatient"^^xsd:anyURI ;
fhir:link <https://ezdrowie.gov.pl/fhir/StructureDefinition/PLPatient>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.4424.11.1.83"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ]     ] )
  ] ; # 
  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 obcokrajowiec</b></p><a name=\"obcokrajowiec\"> </a><a name=\"hcobcokrajowiec\"> </a><a name=\"obcokrajowiec-pl-PL\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Charrette Anton  Female, DoB: 1984-12-17 ( urn:oid:2.16.840.1.113883.4.330.56#JY9342798)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><a href=\"tel:+32475556791\">+32475556791</a></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li><a href=\"tel:+32475089912\">+32475089912</a></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.330.56"^^xsd:anyURI ] ;
fhir:value [ fhir:v "JY9342798" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Anton" ] ;
    ( fhir:given [ fhir:v "Charrette" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+32475556791" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1984-12-17"^^xsd:date] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+32475089912" ]     ] )
  ] ) . #