Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 samples json Organization Organization.json
Raw

samples/json/Organization/Organization.json

{
"resourceType": "Organization",
"id": "1",
"text": {
"status": "generated",
"div": "\u003cdiv xmlns\u003d\"http://www.w3.org/1999/xhtml\"\u003e\n \n \u003cp\u003eGastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: \n \u003ca href\u003d\"mailto:gastro@acme.org\"\u003egastro@acme.org\u003c/a\u003e\n \u003c/p\u003e\n \n \u003c/div\u003e"
},
"identifier": [
{
"system": "http://www.acme.org.au/units",
"value": "Gastro"
}
],
"name": "Gastroenterology",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+1 555 234 3523",
"use": "mobile"
},
{
"system": "email",
"value": "gastro@acme.org",
"use": "work"
}
]
}
],
"meta": {
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST",
"display": "test health data"
}
]
}
}