Patsiendi üldandmete teenus / Master Patient Index
1.5.0 - trial-use Estonia flag

Patsiendi üldandmete teenus / Master Patient Index - Downloaded Version 1.5.0 See the Directory of published versions

: PatientIndrekBambusSon - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/RelatedPerson/relpat11> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "relpat11"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ee/mpi/StructureDefinition/ee-mpi-related-person"^^xsd:anyURI ;
       fhir:link <https://fhir.ee/mpi/StructureDefinition/ee-mpi-related-person>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson relpat11</b></p><a name=\"relpat11\"> </a><a name=\"hcrelpat11\"> </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-ee-mpi-related-person.html\">EE MPI Related Person</a></p></div><p><b>identifier</b>: <code>https://fhir.ee/sid/pid/est/ni</code>/39510212711</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-pat1.html\">Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://snomed.info/sct 67822003}\">Child</span></p><p><b>name</b>: Son of Indrek</p><p><b>period</b>: 1995-10-21 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "39510212711" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:patient [
     fhir:link <http://hl7.org/fhir/Patient/pat1> ;
     fhir:reference [ fhir:v "Patient/pat1" ]
  ] ; # 
  fhir:relationship ( [
     fhir:coding ( [
       a sct:67822003 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "67822003" ] ;
       fhir:display [ fhir:v "Child" ]
     ] )
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Son of Indrek" ]
  ] ) ; # 
  fhir:period [
     fhir:start [ fhir:v "1995-10-21"^^xsd:date ]
  ] . # 

<http://hl7.org/fhir/Patient/pat1> a fhir:Patient .