Organization

FHIR Profile

The profile is accessible via Organization and presented below.

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ0..1uri
valueΣ1..1stringBinding
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
activeΣ ?!0..1boolean
typeΣ0..*CodeableConcept
nameΣ I0..1string
alias0..*string
telecomI0..*ContactPoint
addressI0..*Address
partOfΣ I0..1Reference(Organization)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
purpose0..1CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
address0..1Address
endpointI0..*Reference(Endpoint)

Mapping

Here is a list of the exact mapping for the Organization Resource. The mapping includes the DICA variable and corresponding FHIR data element. In case of a DICA option set, the relation between the DICA options and available values within the FHIR data element are defined.

DICA variable FHIR Data Element DICA Option Set Value DICA Option Set FHIR ValueSet
id identifier.value 1002 n/a SurgeryId

Constraints

Constraints can refer to the cardinality of an element, required value or type of value.

The following constraints apply:

  • Identifier is mandatory. The identifier should contain the code for the clinic where he/she is treated, which is set in element identifier.value. The value should contain a code listed in ValueSet SurgeryId. The codes in this ValueSet are identical to the codes used in DICA option set 1002. The value for the identifier.system is a fixed value: "http://mrdm.nl/profiles/fhir/R4/dbir/CodeSystem/code-system".

Example Organization Resource


{
    "resourceType": "Organization",
    "id": "ExampleOrganization",
    "meta": {
        "profile":  [
            "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/Organization"
        ]
    },
    "identifier":  [
        {
            "system": "http://mrdm.nl/profiles/fhir/R4/dbir/CodeSystem/code-system",
            "value": "103"
        }
    ],
    "name": "Amsterdam [Academisch Medisch Centrum]"
}