On Github niquola / fhir-itm-2014-slides
by niquola
{
"resourceType": "Patient",
"identifier": [{
"use": "usual",
"label": "MRN",
"system": "urn:oid:1.2.36.146.595.217.0.1",
"value": "12345",
"period": { "start": "2001-05-06" },
"assigner": { "display": "Acme Healthcare"}
}],
"name": [{
"use": "official",
"family": [ "Chalmers" ],
"given": [ "Peter", "James" ]
}],
...
}
POST /Patient/_search HTTP/1.1
Host: fhirplace.io
name=ivan&name=ivanov
HTTP/1.1 200 OK
Content-Type: fhir/json;charset=utf-8
Content-Length: length
{
"resourceType": "Patient",
"name": [{
"use": "official",
"family": [ "Ivanov" ],
"given": [ "Ivan"]
}],
...
}
{"resourceType": "Patient",
"extension": [
{
"url": "http://hl7.org/fhir/Profile/us-core#race",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/Race",
"code": "1096-7"
...
Document/Relational storage for FHIR
FHIR server implementation backed by fhirbase
Generic JavaScript client