@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "person-relationship"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ValueSet person-relationship

" ] ; # fhir:url [ fhir:v "https://fhir.ee/ValueSet/person-relationship"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.2.2"] ; # fhir:name [ fhir:v "EEPersonRelationship"] ; # fhir:title [ fhir:v "Person Relationship"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-07-30T22:47:18+03:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Estonia"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Estonia" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.hl7.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 "394921008" ] ; fhir:designation ( [ fhir:language [ fhir:v "et" ] ; fhir:value [ fhir:v "Elukaaslane" ] ] ) ] [ fhir:code [ fhir:v "125677006" ] ; fhir:designation ( [ fhir:language [ fhir:v "et" ] ; fhir:value [ fhir:v "Sugulane" ] ] ) ] [ fhir:code [ fhir:v "394863008" ] ; fhir:designation ( [ fhir:language [ fhir:v "et" ] ; fhir:value [ fhir:v "Mitte-pereliige" ] ] ) ] [ fhir:code [ fhir:v "106328005" ] ; fhir:designation ( [ fhir:language [ fhir:v "et" ] ; fhir:value [ fhir:v "Sotsiaaltöötaja" ] ] ) ] ) ] ) ] . # # -------------------------------------------------------------------------------------