RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions
: Core Instance Related Person Full - 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:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "core-related-person-instance-full"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-related-person"^^xsd:anyURI ;
fhir:link <https://fhir.ru/ig/core/StructureDefinition/core-related-person> ] )
] ; #
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: RelatedPerson core-related-person-instance-full</b></p><a name=\"core-related-person-instance-full\"> </a><a name=\"hccore-related-person-instance-full\"> </a><a name=\"core-related-person-instance-full-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-core-patient-instance-full.html\">Мария-Антуанетта Иоганновна Габсбург-Лотарингская (official) Female, DoB: 1955-01-10 ( Свидетельство о рождении)</a></p><p><b>name</b>: Михаил Иванович Габсбург-Лотарингский (Official)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1960-10-20</p><p><b>address</b>: Россия, г. Санкт-Петербург, Софийская ул., д.32-1-987(home)</p></div>"
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/core-patient-instance-full" ]
] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Габсбург-Лотарингский" ] ;
( fhir:given [ fhir:v "Михаил" ] [ fhir:v "Иванович" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1960-10-20"^^xsd:date] ; #
fhir:address ( [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "aoguid"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:hl7-ru:fias:aoguid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7b1996be-c0fe-4797-bedc-f503e31a83fd" ] ] ] [
fhir:url [ fhir:v "houseguid"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:hl7-ru:fias:houseguid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7b1996be-c0fe-4797-bedc-f503e31a83fd" ] ] ] ) ;
fhir:url [ fhir:v "https://fhir.ru/ig/core/StructureDefinition/core-ex-address-fias"^^xsd:anyURI ] ] ) ;
fhir:use [ fhir:v "home" ] ;
fhir:type [ fhir:v "postal" ] ;
fhir:text [ fhir:v "Россия, г. Санкт-Петербург, Софийская ул., д.32-1-987" ] ;
( fhir:line [ fhir:v "Софийская 32-1-987" ] ) ;
fhir:city [ fhir:v "Санкт-Петербург" ] ;
fhir:state [ fhir:v "Санкт-Петербург" ] ;
fhir:postalCode [ fhir:v "192236" ] ;
fhir:country [ fhir:v "Россия" ]
] ) . #