This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Additional Examples:
ACME Laboratory | XML | (for browser) | JSON | (for browser) |
Good Health Clinic | XML | (for browser) | JSON | (for browser) |
XYZ Insurance | XML | (for browser) | JSON | (for browser) |
ACME Healthcare
ACME Healthcare (id = "1")
<Organization xmlns="http://hl7.org/fhir"> <!-- Clinical Team "Gastroenterology" at Acme Hospital --> <identifier> <identifier> <system>http://www.acme.org.au/units</system> <id>Gastro</id> </identifier> </identifier> <name>Gastroenterology</name> <telecom> <system>phone</system> <value>+1 555 234 3523</value> <use>mobile</use> </telecom> <telecom> <system>email</system> <value>gastro@acme.org</value> <use>work</use> </telecom> <relatedOrganization> <organization> <type>Organization</type> <id>1</id> <display>ACME Healthcare, Inc</display> </organization> <type> <coding> <system>oid:2.16.840.1.113883.5.110</system> <code>TERR</code> </coding> </type> </relatedOrganization> <text> <status>generated</status> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: <a href="mailto:gastro@acme.org">gastro@acme.org</a></p> </div> </text> </Organization>
JSON Equivalent
ACME Healthcare
{"Organization": { "text": { "status": "generated", "div": "<div>\n <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: <a href=\"mailto:gastro@acme.org\">gastro@acme.org<\/a><\/p>\n <\/div>" }, "relatedOrganization": [{ "organization": { "id": {"value": "1"}, "display": {"value": "ACME Healthcare, Inc"}, "type": {"value": "Organization"} }, "type": {"coding": [{ "system": {"value": "oid:2.16.840.1.113883.5.110"}, "code": {"value": "TERR"} }]} }], "name": [{"value": "Gastroenterology"}], "telecom": [ { "system": "phone", "value": {"value": "+1 555 234 3523"}, "use": "mobile" }, { "system": "email", "value": {"value": "gastro@acme.org"}, "use": "work" } ], "identifier": [{"identifier": { "id": {"value": "Gastro"}, "system": {"value": "http://www.acme.org.au/units"} }}] }}
This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.06 generated on Tue, Dec 4, 2012 00:03+1100. License