2025.2.0 - ci-build

IGTTPFHIRGatewayEPIX - Local Development build (v2025.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Parameters-UpdatePatient-response-example-1 - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Parameters-UpdatePatient-response-example-1"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "matchStatus" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://ths-greifswald.de/fhir/CodeSystem/epix/MatchStatus"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/CodeSystem/epix/MatchStatus>       ] ;
fhir:code [ fhir:v "PERFECT_MATCH_WITH_UPDATE" ]     ]
  ] [
fhir:name [ fhir:v "mpiPerson" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Person ;
fhir:id [ fhir:v "52" ] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2021-06-17T08:28:03.200+02:00"^^xsd:dateTime ] ;
        ( fhir:profile [
fhir:v "https://ths-greifswald.de/fhir/StructureDefinition/epix/Person"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/StructureDefinition/epix/Person>         ] )       ] ;
      ( fhir:identifier [
fhir:system [
fhir:v "https://ths-greifswald.de/fhir/epix/identifier/MPI"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/epix/identifier/MPI>         ] ;
fhir:value [ fhir:v "1001000000066" ]       ] ) ;
fhir:managingOrganization [
fhir:identifier [
fhir:value [ fhir:v "MIRACUM" ]         ]       ] ;
fhir:active [ fhir:v true ] ;
      ( fhir:link [
fhir:target [
fhir:l fhir:Patient/52 ;
fhir:reference [ fhir:v "Patient/52" ]         ]       ] [
fhir:target [
fhir:l fhir:Patient/53 ;
fhir:reference [ fhir:v "Patient/53" ]         ] ;
fhir:assurance [ fhir:v "level4" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "identity" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:id [ fhir:v "52" ] ;
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2021-06-17T08:28:03.200+02:00"^^xsd:dateTime ] ;
fhir:source [
fhir:v "dummy_safe_source"^^xsd:anyURI ;
fhir:l fhir:dummy_safe_source         ] ;
        ( fhir:profile [
fhir:v "https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient>         ] )       ] ;
fhir:active [ fhir:v true ] ;
      ( fhir:name [
fhir:family [ fhir:v "xxxxx" ] ;
        ( fhir:given [ fhir:v "Stefanie" ] )       ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [ fhir:v "1962-12-17"^^xsd:date ]     ] )
  ] [
fhir:name [ fhir:v "identity" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:id [ fhir:v "53" ] ;
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2021-10-28T09:10:11.120+02:00"^^xsd:dateTime ] ;
fhir:source [
fhir:v "KlinikumXY"^^xsd:anyURI ;
fhir:l fhir:KlinikumXY         ] ;
        ( fhir:profile [
fhir:v "https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient>         ] )       ] ;
fhir:active [ fhir:v true ] ;
      ( fhir:name [
fhir:family [ fhir:v "xxxxx" ] ;
        ( fhir:given [ fhir:v "Stefanie" ] )       ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [ fhir:v "1962-12-16"^^xsd:date ] ;
      ( fhir:address [
fhir:city [ fhir:v "Spöck" ] ;
fhir:postalCode [ fhir:v "76297" ]       ] )     ] )
  ] ) . #