HdBe-HealthcareProvider-01 example

{
    "resourceType": "Location",
    "id": "HdBe-HealthcareProvider-01",
    "meta": {
        "profile":  [
            "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareProvider"
        ]
    },
    "identifier":  [
        {
            "system": "https://fhir.healthdata.be/NamingSystem/FPS-CampusNumber",
            "value": "3170"
        }
    ],
    "name": "GRAND HOPITAL DE CHARLEROI - SAINT-JOSEPH",
    "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"
            },
            {
                "url": "https://fhir.healthdata.be/StructureDefinition/ext-AddressInformation.AddressType",
                "valueCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
                            "code": "WP",
                            "display": "Work Place"
                        }
                    ]
                }
            }
        ],
        "use": "work",
        "text": "6, Rue Marguerite Depasse, 6060 Gilly",
        "line":  [
            "RUE MARGUERITE DEPASSE"
        ],
        "_line":  [
            {
                "extension":  [
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                        "valueString": "RUE MARGUERITE DEPASSE"
                    },
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                        "valueString": "6"
                    }
                ]
            }
        ],
        "city": "GILLY",
        "postalCode": "6060",
        "country": "BE"
    },
    "managingOrganization": {
        "reference": "Organization/HdBe-HealthcareProvider-Organization-01",
        "type": "Organization",
        "display": "Healthcare provider (organization), GRAND HOPITAL DE CHARLEROI"
    }
}
<Location xmlns="http://hl7.org/fhir">
    <id value="HdBe-HealthcareProvider-01" />
    <meta>
        <profile value="https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareProvider" />
    </meta>
    <identifier>
        <system value="https://fhir.healthdata.be/NamingSystem/FPS-CampusNumber" />
        <value value="3170" />
    </identifier>
    <name value="GRAND HOPITAL DE CHARLEROI - SAINT-JOSEPH" />
    <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>
        <extension url="https://fhir.healthdata.be/StructureDefinition/ext-AddressInformation.AddressType">
            <valueCodeableConcept>
                <coding>
                    <system value="http://terminology.hl7.org/CodeSystem/v3-AddressUse" />
                    <code value="WP" />
                    <display value="Work Place" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <use value="work" />
        <text value="6, Rue Marguerite Depasse, 6060 Gilly" />
        <line value="RUE MARGUERITE DEPASSE">
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                <valueString value="RUE MARGUERITE DEPASSE" />
            </extension>
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                <valueString value="6" />
            </extension>
        </line>
        <city value="GILLY" />
        <postalCode value="6060" />
        <country value="BE" />
    </address>
    <managingOrganization>
        <reference value="Organization/HdBe-HealthcareProvider-Organization-01" />
        <type value="Organization" />
        <display value="Healthcare provider (organization), GRAND HOPITAL DE CHARLEROI" />
    </managingOrganization>
</Location>
Location
Location.id[0]HdBe-HealthcareProvider-01
Location.meta[0].profile[0]https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareProvider
Location.identifier[0].system[0]https://fhir.healthdata.be/NamingSystem/FPS-CampusNumber
Location.identifier[0].value[0]3170
Location.name[0]GRAND HOPITAL DE CHARLEROI - SAINT-JOSEPH
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].extension[1].url[0]https://fhir.healthdata.be/StructureDefinition/ext-AddressInformation.AddressType
Location.address[0].extension[1].valueCodeableConcept[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-AddressUse
Location.address[0].extension[1].valueCodeableConcept[0].coding[0].code[0]WP
Location.address[0].extension[1].valueCodeableConcept[0].coding[0].display[0]Work Place
Location.address[0].use[0]work
Location.address[0].text[0]6, Rue Marguerite Depasse, 6060 Gilly
Location.address[0].line[0]RUE MARGUERITE DEPASSE
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 MARGUERITE DEPASSE
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]6
Location.address[0].city[0]GILLY
Location.address[0].postalCode[0]6060
Location.address[0].country[0]BE
Location.managingOrganization[0].reference[0]Organization/HdBe-HealthcareProvider-Organization-01
Location.managingOrganization[0].type[0]Organization
Location.managingOrganization[0].display[0]Healthcare provider (organization), GRAND HOPITAL DE CHARLEROI