Important: This is a draft IG for trial use. Click here to give feedback.

HdBe-HealthcareOrganization-Organization-02 example

{
    "resourceType": "Organization",
    "id": "HdBe-HealthcareOrganization-Organization-02",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization"
        ]
    },
    "identifier":  [
        {
            "use": "official",
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "PRN",
                        "display": "Provider number"
                    }
                ]
            },
            "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe",
            "value": "0425.222.333"
        },
        {
            "use": "official",
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MD",
                        "display": "Medical License number"
                    }
                ]
            },
            "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
            "value": "999999999"
        }
    ],
    "name": "Enterprise Hospital Ziekenhuis"
}
<Organization xmlns="http://hl7.org/fhir">
    <id value="HdBe-HealthcareOrganization-Organization-02" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization" />
    </meta>
    <identifier>
        <use value="official" />
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="PRN" />
                <display value="Provider number" />
            </coding>
        </type>
        <system value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe" />
        <value value="0425.222.333" />
    </identifier>
    <identifier>
        <use value="official" />
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="MD" />
                <display value="Medical License number" />
            </coding>
        </type>
        <system value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi" />
        <value value="999999999" />
    </identifier>
    <name value="Enterprise Hospital Ziekenhuis" />
</Organization>
Organization
Organization.id[0]HdBe-HealthcareOrganization-Organization-02
Organization.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization
Organization.identifier[0].use[0]official
Organization.identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Organization.identifier[0].type[0].coding[0].code[0]PRN
Organization.identifier[0].type[0].coding[0].display[0]Provider number
Organization.identifier[0].system[0]https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe
Organization.identifier[0].value[0]0425.222.333
Organization.identifier[1].use[0]official
Organization.identifier[1].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Organization.identifier[1].type[0].coding[0].code[0]MD
Organization.identifier[1].type[0].coding[0].display[0]Medical License number
Organization.identifier[1].system[0]https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi
Organization.identifier[1].value[0]999999999
Organization.name[0]Enterprise Hospital Ziekenhuis