FHIR IG analytics| Package | hl7.fhir.eu.base |
| Resource Type | Flag |
| Id | Flag-flag-patient-eu-core-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Flag flag-patient-eu-core-example
Profile: Flag: Patient (EU core)
status: Active
category: Safety
code: At risk of falls
subject: John Doe Male, DoB: 1980-01-01
period: 2024-01-10 --> (ongoing)
{
"resourceType": "Flag",
"id": "flag-patient-eu-core-example",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/flag-patient-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/flag-category",
"code": "safety",
"display": "Safety"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129839007",
"display": "At risk of falls"
}
]
},
"subject": {
"reference": "Patient/patient-eu-core-example"
},
"period": {
"start": "2024-01-10"
}
}