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

FHIR IG analytics

Packagemyhie.v4
Resource TypeFlag
Idexample-flag.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Flag",
  "id": "example-flag",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2022-09-23T17:13:11.954+08:00",
    "source": "http://provider.hie.moh.gov.my#vXzRR9wjxUxg0eRc",
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Flag-my-core"
    ]
  },
  "status": "active",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/flag-category",
          "code": "behavioral",
          "display": "Behavioral"
        }
      ]
    }
  ],
  "code": {
    "text": "Test"
  },
  "subject": {
    "reference": "Patient/f92c383f-68de-46c1-8cde-970efa2d0f15"
  },
  "author": {
    "reference": "PractitionerRole/ed71b734-2c43-491c-ad83-bb11ab0154b5/_history/3",
    "display": "AHMAD AL AMIN"
  }
}