FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No human-readable text provided in this case.
Source1
{
"resourceType": "StructureDefinition",
"id": "profile-location-submission-ir",
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://ontariohealth.ca/fhir/immunization/StructureDefinition/profile-location-submission",
"version": "1.0.0",
"name": "LocationIRSubmission",
"title": "Location IR Submission",
"status": "active",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Location",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Location",
"path": "Location",
"mustSupport": true
},
{
"id": "Location.identifier",
"path": "Location.identifier",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Location.identifier.system",
"path": "Location.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Location.identifier.value",
"path": "Location.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Location.name",
"path": "Location.name",
"min": 1,
"mustSupport": true
},
{
"id": "Location.managingOrganization",
"path": "Location.managingOrganization",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ontariohealth.ca/fhir/immunization/StructureDefinition/profile-organization-submission"
]
}
],
"mustSupport": true
},
{
"id": "Location.managingOrganization.reference",
"path": "Location.managingOrganization.reference",
"mustSupport": true
}
]
}
}