fhir-react
Version:
React component library for displaying FHIR Resources
45 lines • 1.21 kB
JSON
{
"endpoint": [
{
"reference": "Endpoint/example"
}
],
"name": "Health Level Seven International",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/organization-alias",
"valueString": "HL7 International"
}
],
"resourceType": "Organization",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n Health Level Seven International\n <br/>\n\t\t\t\t3300 Washtenaw Avenue, Suite 227\n <br/>\n\t\t\t\tAnn Arbor, MI 48104\n <br/>\n\t\t\t\tUSA\n <br/>\n\t\t\t\t(+1) 734-677-7777 (phone)\n <br/>\n\t\t\t\t(+1) 734-677-6622 (fax)\n <br/>\n\t\t\t\tE-mail: \n <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a>\n \n </div>"
},
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "fax",
"value": "(+1) 734-677-6622"
},
{
"system": "email",
"value": "hq@HL7.org"
}
],
"address": [
{
"postalCode": "48104",
"city": "Ann Arbor",
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"state": "MI",
"country": "USA"
}
],
"id": "hl7"
}