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-AddPatient-request-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-AddPatient-request-example-1"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "domain" ] ;
fhir:value [
a fhir:String ;
fhir:v "MIRACUM"     ]
  ] [
fhir:name [ fhir:v "source" ] ;
fhir:value [
a fhir:String ;
fhir:v "KlinikumXY"     ]
  ] [
fhir:name [ fhir:v "identity" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:meta [
        ( 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:extension [
        ( fhir:extension [
fhir:value [
a fhir:String ;
fhir:v "A38"           ]         ] [
fhir:value [
a fhir:Boolean ;
fhir:v true           ]         ] )       ] ) ;
      ( fhir:identifier [
fhir:system [
fhir:v "https://ths-greifswald.de/fhir/epix/identifier/SystemXY"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/epix/identifier/SystemXY>         ] ;
fhir:value [ fhir:v "ABC_12345" ]       ] ) ;
      ( fhir:name [
fhir:family [ fhir:v "xxxxx" ] ;
        ( fhir:given [ fhir:v "Stefanie" ] )       ] ) ;
fhir:birthDate [ fhir:v "1962-12-17"^^xsd:date ] ;
      ( fhir:address [
fhir:city [ fhir:v "Spöck" ] ;
fhir:postalCode [ fhir:v "76297" ]       ] [
        ( fhir:line [ fhir:v "Musterstrasse 1" ] ) ;
fhir:city [ fhir:v "Greifswald" ] ;
fhir:postalCode [ fhir:v "17487" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "saveAction" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://ths-greifswald.de/fhir/CodeSystem/epix/SaveAction"^^xsd:anyURI ;
fhir:l <https://ths-greifswald.de/fhir/CodeSystem/epix/SaveAction>       ] ;
fhir:code [ fhir:v "SAVE_ALL" ]     ]
  ] [
fhir:name [ fhir:v "forceReferenceUpdate" ] ;
fhir:value [
a fhir:Boolean ;
fhir:v false     ]
  ] ) . #