Packages

ISO/HL7 FHIR Application Server

Current section

Files

Jump to
hl7 priv samples Organization Organization-2.json
Raw

priv/samples/Organization/Organization-2.json

{
"resourceType": "Organization",
"id": "2",
"text": {
"status": "generated",
"div": "\u003cdiv xmlns\u003d\"http://www.w3.org/1999/xhtml\"\u003e\n \n \u003cp\u003eXYZ Insurance\u003c/p\u003e\n \n \u003c/div\u003e"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.3.19.2.3",
"value": "666666"
}
],
"name": "XYZ Insurance",
"alias": [
"ABC Insurance"
],
"meta": {
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST",
"display": "test health data"
}
]
}
}