FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting |
| Resource Type | Patient |
| Id | Patient-somaticPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient somaticPatient
Substance Junior Hamsburg (official) Male, DoB: 1987-09-01 ( Medical record number: 1234567 (use: temp, period: 2021-01-01 --> (ongoing)))
| Active: | true | ||
{
"resourceType": "Patient",
"id": "somaticPatient",
"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": "1234567",
"period": {
"start": "2021-01-01"
},
"assigner": {
"display": "General Hospital"
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Hamsburg",
"given": [
"Substance",
"Junior"
]
}
],
"gender": "male",
"birthDate": "1987-09-01"
}