FHIR IG analytics| Package | hl7.fhir.uv.immds |
| Resource Type | Patient |
| Id | Patient-forecast-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: forecast-example
meta:
identifier: ??
name: null null
gender: male
birthDate: Apr 28, 2019
{
"resourceType": "Patient",
"id": "forecast-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/immds/StructureDefinition/immds-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"_system": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
},
"_value": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
}
}
],
"name": [
{
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
},
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
}
]
}
],
"gender": "male",
"birthDate": "2019-04-28"
}