FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeFlag
IdFlag-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Flag example

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


Source1

{
  "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"
  }
}