Patsientide üldandmete teenus / Master Patient Index
1.0.0 - ballot Estonia flag

Patsientide üldandmete teenus / Master Patient Index - Local Development build (v1.0.0). See the Directory of published versions

: Person Relationship - TTL Representation

Active as of 2023-05-30

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ee-mpi-person-relationship"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Estonian (et)</b></td></tr><tr><td><a href=\"http://snomed.info/id/72705000\">72705000</a></td><td>Mother</td><td>Ema</td></tr><tr><td><a href=\"http://snomed.info/id/66839005\">66839005</a></td><td>Father</td><td>Isa</td></tr><tr><td><a href=\"http://snomed.info/id/67822003\">67822003</a></td><td>Child</td><td>Laps</td></tr><tr><td><a href=\"http://snomed.info/id/127848009\">127848009</a></td><td>Spouse</td><td>Abikaasa</td></tr><tr><td><a href=\"http://snomed.info/id/444210007\">444210007</a></td><td>Cohabitee in relationship with subject (person)</td><td>Reg.elukaaslane</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ee/ValueSet/ee-mpi-person-relationship"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "EEMPIPersonRelationship"] ; # 
  fhir:title [ fhir:v "Person Relationship"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-30T18:29:05+03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "TEHIK"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "TEHIK" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://tehik.ee" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Suhe patsiendiga"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EE" ] ;
fhir:display [ fhir:v "Estonia" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "72705000" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Ema" ]         ] )       ] [
fhir:code [ fhir:v "66839005" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Isa" ]         ] )       ] [
fhir:code [ fhir:v "67822003" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Laps" ]         ] )       ] [
fhir:code [ fhir:v "127848009" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Abikaasa" ]         ] )       ] [
fhir:code [ fhir:v "444210007" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "et" ] ;
fhir:value [ fhir:v "Reg.elukaaslane" ]         ] )       ] )     ] )
  ] . #