Cumuluz Translate Implementation Guide
0.1.0 - ci-build

Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-transform-response - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patient-transform-response"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "result" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient>         ] )       ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Anja de Vries</div>"^^rdf:XMLLiteral ]       ] ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [
fhir:v "code"^^xsd:anyURI ;
fhir:l fhir:code           ] ;
fhir:value [
a fhir:CodeableConcept ;
            ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>               ] ;
fhir:code [ fhir:v "NL" ] ;
fhir:display [ fhir:v "Netherlands" ]             ] )           ]         ] [
fhir:url [
fhir:v "period"^^xsd:anyURI ;
fhir:l fhir:period           ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2010-01-01"^^xsd:date ]           ]         ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/patient-nationality"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/patient-nationality>         ]       ] ) ;
      ( fhir:identifier [
fhir:system [
fhir:v "http://fhir.nl/fhir/NamingSystem/bsn"^^xsd:anyURI ;
fhir:l <http://fhir.nl/fhir/NamingSystem/bsn>         ] ;
fhir:value [ fhir:v "999998779" ]       ] [
fhir:system [
fhir:v "http://example.org/mrn"^^xsd:anyURI ;
fhir:l <http://example.org/mrn>         ] ;
fhir:value [ fhir:v "MRN-12345" ]       ] ) ;
fhir:active [ fhir:v true ] ;
      ( fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Anja de Vries" ] ;
fhir:family [ fhir:v "de Vries" ] ;
        ( fhir:given [
fhir:v "Anja" ;
          ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier>             ] ;
fhir:value [
a fhir:Code ;
fhir:v "CL"             ]           ] )         ] )       ] ) ;
      ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31-20-5551234" ]       ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "anja.devries@example.org" ]       ] ) ;
fhir:gender [
fhir:v "female" ;
        ( fhir:extension [
fhir:url [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification>           ] ;
fhir:value [
a fhir:CodeableConcept ;
            ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender>               ] ;
fhir:code [ fhir:v "F" ] ;
fhir:display [ fhir:v "Female" ]             ] )           ]         ] )       ] ;
fhir:birthDate [ fhir:v "1964-05-12"^^xsd:date ] ;
fhir:deceased [
a fhir:DateTime ;
fhir:v "2024-01-02T10:30:00+01:00"^^xsd:dateTime       ] ;
      ( fhir:address [
        ( fhir:line [ fhir:v "Laan van Europa 10" ] ) ;
fhir:city [ fhir:v "Amsterdam" ] ;
fhir:postalCode [ fhir:v "1000AA" ] ;
fhir:country [ fhir:v "NL" ]       ] ) ;
fhir:maritalStatus [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus>           ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ]         ] )       ] ;
fhir:multipleBirth [
a fhir:Integer ;
fhir:v 2       ] ;
      ( fhir:photo [
fhir:contentType [ fhir:v "image/jpeg" ] ;
fhir:url [
fhir:v "http://example.org/photos/patient-1.jpg"^^xsd:anyURI ;
fhir:l <http://example.org/photos/patient-1.jpg>         ]       ] ) ;
      ( fhir:contact [
        ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/patient-relatedPerson>           ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:RelatedPerson/contact-1 ;
fhir:reference [ fhir:v "RelatedPerson/contact-1" ]           ]         ] ) ;
        ( fhir:relationship [
          ( fhir:coding [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.22.472"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.2.4.3.11.22.472>             ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Eerste relatie/contactpersoon" ]           ] )         ] [
          ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131>             ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next-of-kin" ]           ] )         ] ) ;
fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Jansen" ] ;
          ( fhir:given [
fhir:v "Marie" ;
            ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier>               ] ;
fhir:value [
a fhir:Code ;
fhir:v "CL"               ]             ] )           ] )         ] ;
        ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+31-20-5559876" ]         ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "marie.jansen@example.org" ]         ] ) ;
fhir:address [
          ( fhir:line [ fhir:v "Dorpsstraat 5" ] ) ;
fhir:city [ fhir:v "Utrecht" ] ;
fhir:postalCode [ fhir:v "3500BB" ] ;
fhir:country [ fhir:v "NL" ]         ] ;
fhir:gender [ fhir:v "female" ] ;
fhir:organization [
fhir:l fhir:Organization/contact-org-1 ;
fhir:reference [ fhir:v "Organization/contact-org-1" ]         ] ;
fhir:period [
fhir:start [ fhir:v "2020-01-01"^^xsd:date ]         ]       ] ) ;
      ( fhir:communication [
        ( fhir:extension [
          ( fhir:extension [
fhir:url [
fhir:v "type"^^xsd:anyURI ;
fhir:l fhir:type             ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode>               ] ;
fhir:code [ fhir:v "ESP" ] ;
fhir:display [ fhir:v "Expressed spoken" ]             ]           ] [
fhir:url [
fhir:v "level"^^xsd:anyURI ;
fhir:l fhir:level             ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency>               ] ;
fhir:code [ fhir:v "G" ] ;
fhir:display [ fhir:v "Good" ]             ]           ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/patient-proficiency"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/patient-proficiency>           ]         ] [
fhir:url [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-LanguageProficiency.CommunicationDetails"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/ext-LanguageProficiency.CommunicationDetails>           ] ;
fhir:value [
a fhir:CodeableConcept ;
            ( fhir:coding [
a sct:224299000 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>               ] ;
fhir:code [ fhir:v "224299000" ] ;
fhir:display [ fhir:v "Telephone communication" ]             ] )           ]         ] [
fhir:url [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-Comment"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/ext-Comment>           ] ;
fhir:value [
a fhir:String ;
fhir:v "Prefers simple spoken Dutch"           ]         ] ) ;
fhir:language [
          ( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47>             ] ;
fhir:code [ fhir:v "nl-NL" ] ;
fhir:display [ fhir:v "Dutch" ]           ] )         ] ;
fhir:preferred [ fhir:v true ]       ] ) ;
      ( fhir:generalPractitioner [
fhir:l fhir:Practitioner/gp-1 ;
fhir:reference [ fhir:v "Practitioner/gp-1" ]       ] [
fhir:l fhir:PractitionerRole/gp-role-1 ;
fhir:reference [ fhir:v "PractitionerRole/gp-role-1" ]       ] ) ;
fhir:managingOrganization [
fhir:l fhir:Organization/hospital-1 ;
fhir:reference [ fhir:v "Organization/hospital-1" ]       ] ;
      ( fhir:link [
fhir:other [
fhir:l fhir:Patient/previous-1 ;
fhir:reference [ fhir:v "Patient/previous-1" ]         ] ;
fhir:type [ fhir:v "replaced-by" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "targetProfile" ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"^^xsd:anyURI ;
fhir:l <http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient>     ]
  ] ) . #