: Example-EU-Organization - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "Example-EU-Organization",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/tiflow-xborder/StructureDefinition/GEM-ERPEU-PR-Organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-EU-Organization</b></p><a name=\"Example-EU-Organization\"> </a><a name=\"hcExample-EU-Organization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-GEM-ERPEU-PR-Organization.html\">Organization Information Received from the EU</a></p></div><p><b>identifier</b>: 1234567890, EU-136ad69f</p><p><b>type</b>: <span title=\"Codes:{https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID 1.2.276.0.76.4.54}\">Öffentliche Apotheke</span></p><p><b>name</b>: Pharmacia de Santa Maria</p><p><b>address</b>: Rua da Alegria, 123 Lisbon Estremadura 1234-567 Portugal </p></div>"
},
"identifier" : [
{
"value" : "1234567890"
},
{
"value" : "EU-136ad69f"
}
],
"type" : [
{
"coding" : [
{
"system" : "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
"code" : "1.2.276.0.76.4.54",
"display" : "Öffentliche Apotheke"
}
]
}
],
"name" : "Pharmacia de Santa Maria",
"address" : [
{
"line" : [
"Rua da Alegria, 123"
],
"city" : "Lisbon",
"state" : "Estremadura",
"postalCode" : "1234-567",
"country" : "Portugal"
}
]
}