Difference between revisions of "FHIR Examples For Driving FHIR Ontology Development"
| Line 26: | Line 26: | ||
JSON 10 lines: | JSON 10 lines: | ||
http://www.hl7.org/implement/standards/fhir/substance-example.json.html | http://www.hl7.org/implement/standards/fhir/substance-example.json.html | ||
| + | |||
| + | == Administrative: Practitioner - CCDA Example Author == | ||
| + | JSON 18 lines: | ||
| + | http://www.hl7.org/implement/standards/fhir/practitioner-example-xcda-author.json.html | ||
== [Add others here] == | == [Add others here] == | ||
Revision as of 20:33, 18 February 2015
To coordinate and speed our efforts, it will be helpful to choose some initial FHIR examples that we can use to drive our FHIR ontology development effort. This would not be to the exclusion of other examples, but merely to act as a common starting point, such as a very simple clinical resource. We will eventually need to use a variety of examples that exercise different features.
Examples are listed roughly in ranked/sequential order, starting with the simplest, most basic example.
Contents
Observation: Body Weight Measurement
JSON 34 lines: http://www.hl7.org/implement/standards/fhir/observation-example.json.html
Observation: Blood Pressure
JSON 156 lines, 3 measurements: http://www.hl7.org/implement/standards/fhir/observation-example-bloodpressure.json.html
Patient: example-xcda
JSON 39 lines: http://www.hl7.org/implement/standards/fhir/patient-example-xcda.json.html
Clinical: AllergyIntolerance - Bee Sting
JSON 30 lines: http://www.hl7.org/implement/standards/fhir/allergyintolerance-examples.html
Clinical: AdverseReaction - Bee Sting
JSON 41 lines: http://www.hl7.org/implement/standards/fhir/adversereaction-example.json.html
Administrative: Substance - Bee Venom
JSON 10 lines: http://www.hl7.org/implement/standards/fhir/substance-example.json.html
Administrative: Practitioner - CCDA Example Author
JSON 18 lines: http://www.hl7.org/implement/standards/fhir/practitioner-example-xcda-author.json.html