FHIR IG analytics| Package | hl7.fhir.uv.oo-incubator |
| Resource Type | Patient |
| Id | Patient-pat1.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient pat1
Donald Duck (official) Male, DoB Unknown ( Medical record number (use: usual, ))
| Active: | true | ||
| Employer: |
| ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "pat1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:0.1.2.3.4.5.6.7",
"value": "654321"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Duck",
"given": [
"Donald"
]
}
],
"gender": "male",
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "E"
}
]
}
],
"organization": {
"reference": "Organization/A9999",
"display": "Example Processing Facility"
}
}
],
"managingOrganization": {
"reference": "Organization/A9999",
"display": "Example Processing Facility"
},
"link": [
{
"other": {
"reference": "Patient/pat-example"
},
"type": "seealso"
}
]
}