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
{
"resourceType" : "Parameters",
"id" : "patient-validate-request",
"parameter" : [
{
"name" : "resource",
"resource" : {
"resourceType" : "Patient",
"meta" : {
"profile" : [
🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Anja de Vries</div>"
},
"extension" : [
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "NL",
"display" : "Netherlands"
}
]
}
},
{
"url" : "period",
"valuePeriod" : {
"start" : "2010-01-01"
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"identifier" : [
{
"system" : "http://fhir.nl/fhir/NamingSystem/bsn",
"value" : "999998779"
},
{
"system" : "http://example.org/mrn",
"value" : "MRN-12345"
}
],
"active" : true,
"name" : [
{
"use" : "usual",
"text" : "Anja de Vries",
"family" : "de Vries",
"given" : [
"Anja"
],
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode" : "CL"
}
]
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+31-20-5551234"
},
{
"system" : "email",
"value" : "anja.devries@example.org"
}
],
"gender" : "female",
"_gender" : {
"extension" : [
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code" : "F",
"display" : "Female"
}
]
}
}
]
},
"birthDate" : "1964-05-12",
"deceasedDateTime" : "2024-01-02T10:30:00+01:00",
"address" : [
{
"line" : [
"Laan van Europa 10"
],
"city" : "Amsterdam",
"postalCode" : "1000AA",
"country" : "NL"
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "M",
"display" : "Married"
}
]
},
"multipleBirthInteger" : 2,
"photo" : [
{
"contentType" : "image/jpeg",
"url" : "http://example.org/photos/patient-1.jpg"
}
],
"contact" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson",
"valueReference" : {
"reference" : "RelatedPerson/contact-1"
}
}
],
"relationship" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
"code" : "01",
"display" : "Eerste relatie/contactpersoon"
}
]
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
"code" : "N",
"display" : "Next-of-kin"
}
]
}
],
"name" : {
"use" : "official",
"family" : "Jansen",
"given" : [
"Marie"
],
"_given" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode" : "CL"
}
]
}
]
},
"telecom" : [
{
"system" : "phone",
"value" : "+31-20-5559876"
},
{
"system" : "email",
"value" : "marie.jansen@example.org"
}
],
"address" : {
"line" : [
"Dorpsstraat 5"
],
"city" : "Utrecht",
"postalCode" : "3500BB",
"country" : "NL"
},
"gender" : "female",
"organization" : {
"reference" : "Organization/contact-org-1"
},
"period" : {
"start" : "2020-01-01"
}
}
],
"communication" : [
{
"extension" : [
{
"extension" : [
{
"url" : "type",
"valueCoding" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode",
"code" : "ESP",
"display" : "Expressed spoken"
}
},
{
"url" : "level",
"valueCoding" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency",
"code" : "G",
"display" : "Good"
}
}
],
"url" : "http://nictiz.nl/fhir/StructureDefinition/patient-proficiency"
},
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/ext-LanguageProficiency.CommunicationDetails",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "224299000",
"display" : "Telephone communication"
}
]
}
},
{
"url" : "http://nictiz.nl/fhir/StructureDefinition/ext-Comment",
"valueString" : "Prefers simple spoken Dutch"
}
],
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "nl-NL",
"display" : "Dutch"
}
]
},
"preferred" : true
}
],
"generalPractitioner" : [
{
"reference" : "Practitioner/gp-1"
},
{
"reference" : "PractitionerRole/gp-role-1"
}
],
"managingOrganization" : {
"reference" : "Organization/hospital-1"
},
"link" : [
{
"other" : {
"reference" : "Patient/previous-1"
},
"type" : "replaced-by"
}
]
}
},
{
"name" : "profile",
"valueCanonical" : "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
}
]
}