FHIR IG analytics| Package | hl7.fhir.uv.ae-research-ig |
| Resource Type | Patient |
| Id | Patient-patient-slp.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
SLP Example (no stated gender), DoB Unknown ( Medical Record Number/mrn467 (use: usual))
{
"resourceType": "Patient",
"id": "patient-slp",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.example.org",
"value": "mrn467"
}
],
"name": [
{
"family": "Example",
"given": [
"SLP"
]
}
]
}