Search

ZD Location

Resources conforming to this profile are sent by ZorgDomein as part of a Bundle that is sent to deliver a FHIR document to the information system of the referrer or care provider.

The canonical URL for this profile is:

http://zorgdomein.nl/fhir/StructureDefinition/zd-location

This profile builds on Location.


use Σ ?! 0..1 codeBinding
type Σ 0..1 CodeableConceptBinding
system Σ 1..1 uriFixed Value
value Σ 1..1 string
period Σ 0..1 Period
assigner Σ 0..1 Reference(Organization)
status Σ ?! 0..1 codeBinding
operationalStatus Σ 0..1 CodingBinding
name S Σ 1..1 string
alias S 0..* string
description Σ 0..1 string
mode Σ ?! 0..1 codeBinding
type Σ 0..1 CodeableConceptBinding
system Σ 1..1 codeBinding
value Σ 1..1 string
use Σ ?! 1..1 codeBinding
rank Σ 0..1 positiveInt
period Σ 0..1 Period
url 1..1 uriFixed Value
valueCodeableConcept 0..1 CodeableConceptBinding
url 1..1 uriFixed Value
valueBoolean 1..1 boolean
use Σ ?! 0..1 codeBinding
type Σ 0..1 codeBinding
text Σ 0..1 string
url 1..1 uriFixed Value
valueString 0..1 string
url 1..1 uriFixed Value
valueString 0..1 string
url 1..1 uriFixed Value
valueString 0..1 string
url 1..1 uriFixed Value
valueString 0..1 string
url 1..1 uriFixed Value
valueString 0..1 string
url 1..1 uriFixed Value
valueBase64Binary base64Binary
valueBoolean boolean
valueCode code
valueDate date
valueDateTime dateTime
valueDecimal decimal
valueId id
valueInstant instant
valueInteger integer
valueMarkdown markdown
valueOid oid
valuePositiveInt positiveInt
valueString string
valueTime time
valueUnsignedInt unsignedInt
valueUri uri
valueAddress Address
valueAge Age
valueAnnotation Annotation
valueAttachment Attachment
valueCodeableConcept CodeableConcept
valueCoding Coding
valueContactPoint ContactPoint
valueCount Count
valueDistance Distance
valueDuration Duration
valueHumanName HumanName
valueIdentifier Identifier
valueMoney Money
valuePeriod Period
valueQuantity Quantity
valueRange Range
valueRatio Ratio
valueSampledData SampledData
valueSignature Signature
valueTiming Timing
valueMeta Meta
valueReference Reference()
url 1..1 uriFixed Value
valueBase64Binary base64Binary
valueBoolean boolean
valueCode code
valueDate date
valueDateTime dateTime
valueDecimal decimal
valueId id
valueInstant instant
valueInteger integer
valueMarkdown markdown
valueOid oid
valuePositiveInt positiveInt
valueString string
valueTime time
valueUnsignedInt unsignedInt
valueUri uri
valueAddress Address
valueAge Age
valueAnnotation Annotation
valueAttachment Attachment
valueCodeableConcept CodeableConcept
valueCoding Coding
valueContactPoint ContactPoint
valueCount Count
valueDistance Distance
valueDuration Duration
valueHumanName HumanName
valueIdentifier Identifier
valueMoney Money
valuePeriod Period
valueQuantity Quantity
valueRange Range
valueRatio Ratio
valueSampledData SampledData
valueSignature Signature
valueTiming Timing
valueMeta Meta
valueReference Reference()
city Σ 0..1 string
district Σ 0..1 string
state Σ 0..1 string
postalCode Σ 0..1 string
url 1..1 uriFixed Value
countryGBACodelist Σ 0..* CodingBinding
countryISOCodelist Σ 0..* CodingBinding
text Σ 0..1 string
period Σ 0..1 Period
physicalType Σ 0..1 CodeableConcept
longitude 1..1 decimal
latitude 1..1 decimal
altitude 0..1 decimal
managingOrganization Σ 0..1 Reference(Organization)
partOf 0..1 Reference(Location)
endpoint 0..* Reference(Endpoint)

See the profile on simplifier.net for additional details.

Resource example

Below you find an example of a Location resource that conforms to the ZD Location profile.

    {
      "resourceType" : "Location",
      "id" : "zd-location-1",
      "meta" : {
        "profile" : [
          "http://zorgdomein.nl/fhir/StructureDefinition/zd-location"
        ]
      },
      "identifier" : [
        {
          "system" : "http://fhir.nl/fhir/NamingSystem/agb-z",
          "value" : "12341234"
        }
      ],
      "name" : "Locatie Breukelen",
      "alias" : "Oefenziekenhuis, Locatie Breukelen",
      "telecom" : [
        {
          "system" : "phone",
          "value" : "030-1234567",
          "use" : "work"
        }
      ],
      "address" : {
        "extension" : [
          {
            "url" : "http://fhir.nl/fhir/StructureDefinition/nl-core-address-official",
            "valueBoolean" : true
          }
        ],
        "type" : "physical",
        "text" : "Straatweg 68 bII, 3621 BR Breukelen",
        "line" : [
          "Straatweg 68 bII"
        ],
        "_line" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                "valueString" : "Straatweg"
              },
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                "valueString" : "68"
              },
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix",
                "valueString" : "bII"
              }
            ]
          }
        ],
        "city" : "Breukelen",
        "postalCode" : "3621 BR",
        "country" : "NL"
      }
    }
    
    <Location xmlns='http://hl7.org/fhir'>
      <id value='zd-location-1'/>
      <meta>
        <profile value='http://zorgdomein.nl/fhir/StructureDefinition/zd-location'/>
      </meta>
      <identifier>
        <system value='http://fhir.nl/fhir/NamingSystem/agb-z'/>
        <value value='12341234'/>
      </identifier>
      <name value='Locatie Breukelen'/>
      <alias value='Oefenziekenhuis, Locatie Breukelen'/>
      <telecom>
        <system value='phone'/>
        <value value='030-1234567'/>
        <use value='work'/>
      </telecom>
      <address>
        <extension url='http://fhir.nl/fhir/StructureDefinition/nl-core-address-official'>
          <valueBoolean value='true'/>
        </extension>
        <type value='physical'/>
        <text value='Straatweg 68 bII, 3621 BR Breukelen'/>
        <line value='Straatweg 68 bII'>
          <extension url='http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName'>
            <valueString value='Straatweg'/>
          </extension>
          <extension url='http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber'>
            <valueString value='68'/>
          </extension>
          <extension url='http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix'>
            <valueString value='bII'/>
          </extension>
        </line>
        <city value='Breukelen'/>
        <postalCode value='3621 BR'/>
        <country value='NL'/>
      </address>
    </Location>