FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Organization |
| Id | Organization-organization-crematorium-ex1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-crematorium-ex1
Profile: Organization - Crematorium
identifier: http://example.org/fhir/Insurity.Tahoe.Organization.Entity.BusinessUnitCode/State Crematorium
active: true
type: Crematorium
name: State Crematorium
address: 100 Industrial Road BARRETT GA US
{
"resourceType": "Organization",
"id": "organization-crematorium-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mdi/StructureDefinition/Organization-crematorium"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/Insurity.Tahoe.Organization.Entity.BusinessUnitCode",
"value": "State Crematorium"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/mdi/CodeSystem/cs-mdi-codes",
"code": "crematorium"
}
]
}
],
"name": "State Crematorium",
"address": [
{
"line": [
"100 Industrial Road"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "100"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Industrial"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType",
"valueString": "Road"
}
]
}
],
"city": "BARRETT",
"state": "GA",
"country": "US"
}
]
}