FHIR IG analytics| Package | helsenorge.profiler |
| Resource Type | Patient |
| Id | Patient-PatientExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PatientExample
James Pond (no stated gender), DoB Unknown ( urn:oid:2.16.578.1.12.4.1.4.2#12345678901)
{
"resourceType": "Patient",
"id": "PatientExample",
"meta": {
"profile": [
"http://helsenorge.no/fhir/StructureDefinition/MyPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.578.1.12.4.1.4.2",
"value": "12345678901"
}
],
"name": [
{
"family": "Pond",
"given": [
"James"
]
}
]
}