FHIR IG analytics| Package | hl7.fhir.uv.howto |
| Resource Type | Patient |
| Id | Patient-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example
Profile: http://example.org/fhir/uv/myig/StructureDefinition/mypatient
Jack Smith (no stated gender), DoB: 2018-09-07
| Marital Status: | Married | ||
{
"resourceType": "Patient",
"id": "example",
"meta": {
"profile": [
"http://example.org/fhir/uv/myig/StructureDefinition/mypatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"use": "usual",
"family": "Smith",
"given": [
"Jack"
]
},
{
"use": "official",
"family": "Smith",
"given": [
"John",
"Jacob",
"Jingleheimer"
],
"period": {
"end": "2001-01-01"
}
},
{
"use": "official",
"family": "Smith",
"given": [
"John",
"Jacob",
"Jingleheimer"
],
"period": {
"start": "2001-01-01"
}
}
],
"birthDate": "2018-09-07",
"maritalStatus": {
"text": "Married"
}
}