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

HdBe-HealthcareOrganization-Organization-01 example

{
    "resourceType": "Organization",
    "id": "HdBe-HealthcareOrganization-Organization-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization"
        ]
    },
    "identifier":  [
        {
            "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
            "value": "999999999"
        }
    ],
    "type":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/organization-type",
                    "code": "prov",
                    "display": "Healthcare Provider"
                }
            ]
        }
    ],
    "name": "GRAND HOPITAL DE CHARLEROI"
}
<Organization xmlns="http://hl7.org/fhir">
    <id value="HdBe-HealthcareOrganization-Organization-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization" />
    </meta>
    <identifier>
        <system value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi" />
        <value value="999999999" />
    </identifier>
    <type>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/organization-type" />
            <code value="prov" />
            <display value="Healthcare Provider" />
        </coding>
    </type>
    <name value="GRAND HOPITAL DE CHARLEROI" />
</Organization>
Organization
Organization.id[0]HdBe-HealthcareOrganization-Organization-01
Organization.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization
Organization.identifier[0].system[0]https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi
Organization.identifier[0].value[0]999999999
Organization.type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/organization-type
Organization.type[0].coding[0].code[0]prov
Organization.type[0].coding[0].display[0]Healthcare Provider
Organization.name[0]GRAND HOPITAL DE CHARLEROI