FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting |
| Resource Type | Patient |
| Id | Patient-denovoFather.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient denovoFather
Father Denovo (official) (no stated gender), DoB Unknown ( Medical record number: 6789-11111 (use: temp, ))
{
"resourceType": "Patient",
"id": "denovoFather",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
]
},
"system": "http://example.org/identifiers/persons",
"value": "6789-11111"
}
],
"name": [
{
"use": "official",
"family": "Denovo",
"given": [
"Father"
]
}
]
}