HdBe-HealthcareOrganization-02 example

{
    "resourceType": "Location",
    "id": "HdBe-HealthcareOrganization-02",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization"
        ]
    },
    "identifier":  [
        {
            "system": "https://fhir.healthdata.be/NamingSystem/LocationIdentificationNumber",
            "value": "3180"
        }
    ],
    "name": "GRAND HOPITAL DE CHARLEROI - IMTR",
    "telecom":  [
        {
            "system": "phone",
            "value": "071102111",
            "use": "work"
        },
        {
            "system": "email",
            "value": "info@example.be",
            "use": "work"
        }
    ],
    "address": {
        "extension":  [
            {
                "url": "http://hl7.org/fhir/StructureDefinition/language",
                "valueCode": "fr"
            }
        ],
        "use": "work",
        "type": "both",
        "text": "1, Rue des Villers, 6280 Loverval",
        "line":  [
            "RUE DE VILLERS 1"
        ],
        "_line":  [
            {
                "extension":  [
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                        "valueString": "RUE DE VILLERS"
                    },
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                        "valueString": "1"
                    }
                ]
            }
        ],
        "city": "LOVERVAL",
        "postalCode": "6280",
        "country": "BE"
    },
    "managingOrganization": {
        "reference": "Organization/HdBe-HealthcareOrganization-Organization-01",
        "type": "Organization",
        "display": "Healthcare provider (organization), GRAND HOPITAL DE CHARLEROI"
    }
}
<Location xmlns="http://hl7.org/fhir">
    <id value="HdBe-HealthcareOrganization-02" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization" />
    </meta>
    <identifier>
        <system value="https://fhir.healthdata.be/NamingSystem/LocationIdentificationNumber" />
        <value value="3180" />
    </identifier>
    <name value="GRAND HOPITAL DE CHARLEROI - IMTR" />
    <telecom>
        <system value="phone" />
        <value value="071102111" />
        <use value="work" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="info@example.be" />
        <use value="work" />
    </telecom>
    <address>
        <extension url="http://hl7.org/fhir/StructureDefinition/language">
            <valueCode value="fr" />
        </extension>
        <use value="work" />
        <type value="both" />
        <text value="1, Rue des Villers, 6280 Loverval" />
        <line value="RUE DE VILLERS 1">
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                <valueString value="RUE DE VILLERS" />
            </extension>
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                <valueString value="1" />
            </extension>
        </line>
        <city value="LOVERVAL" />
        <postalCode value="6280" />
        <country value="BE" />
    </address>
    <managingOrganization>
        <reference value="Organization/HdBe-HealthcareOrganization-Organization-01" />
        <type value="Organization" />
        <display value="Healthcare provider (organization), GRAND HOPITAL DE CHARLEROI" />
    </managingOrganization>
</Location>
Location
Location.id[0]HdBe-HealthcareOrganization-02
Location.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization
Location.identifier[0].system[0]https://fhir.healthdata.be/NamingSystem/LocationIdentificationNumber
Location.identifier[0].value[0]3180
Location.name[0]GRAND HOPITAL DE CHARLEROI - IMTR
Location.telecom[0].system[0]phone
Location.telecom[0].value[0]071102111
Location.telecom[0].use[0]work
Location.telecom[1].system[0]email
Location.telecom[1].value[0]info@example.be
Location.telecom[1].use[0]work
Location.address[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/language
Location.address[0].extension[0].valueCode[0]fr
Location.address[0].use[0]work
Location.address[0].type[0]both
Location.address[0].text[0]1, Rue des Villers, 6280 Loverval
Location.address[0].line[0]RUE DE VILLERS 1
Location.address[0].line[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
Location.address[0].line[0].extension[0].valueString[0]RUE DE VILLERS
Location.address[0].line[0].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
Location.address[0].line[0].extension[1].valueString[0]1
Location.address[0].city[0]LOVERVAL
Location.address[0].postalCode[0]6280
Location.address[0].country[0]BE
Location.managingOrganization[0].reference[0]Organization/HdBe-HealthcareOrganization-Organization-01
Location.managingOrganization[0].type[0]Organization
Location.managingOrganization[0].display[0]Healthcare provider (organization), GRAND HOPITAL DE CHARLEROI