FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Flag |
| Id | Flag-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Flag example
Profile: US Quality Core Flag
identifier: 12345
status: Inactive
category: Administrative
code: Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures
subject: Peter Patient
period: 2015-01-17 --> 2016-12-01
author: Nancy Nurse
{
"resourceType": "Flag",
"id": "example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-flag"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "12345"
}
],
"status": "inactive",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/flag-category",
"code": "admin",
"display": "Administrative"
}
]
}
],
"code": {
"coding": [
{
"system": "http://example.org/local",
"code": "bigdog",
"display": "Big dog"
}
],
"text": "Patient has a big dog at his home. Always always wear a suit of armor or take other active counter-measures"
},
"subject": {
"reference": "Patient/example",
"display": "Peter Patient"
},
"period": {
"start": "2015-01-17",
"end": "2016-12-01"
},
"author": {
"reference": "Practitioner/example",
"display": "Nancy Nurse"
}
}