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

FHIR IG analytics

Packagesynapxe.nehr
Resource TypeList
IdListCreateRequest.json
FHIR VersionR5

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": "List",
  "contained": [
    {
      "resourceType": "MedicationStatement"
    }
  ],
  "extension": [
    {
      "url": "cMISAvailability",
      "valueString": "Available"
    }
  ],
  "identifier": {
    "system": "https://fhir.synapxe.sg/identifier/patientmedicationlist",
    "value": "PML-123456"
  },
  "mode": "working",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "10160-0",
        "display": "History of medication use"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "S1234567A"
    }
  },
  "encounter": {
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/encounterID",
      "value": "ENC-123456"
    }
  },
  "date": "2025-08-18T09:00:00+08:00",
  "source": {
    "identifier": {
      "system": "https://fhir.synapxe.sg/NamingSystem/encounter",
      "value": "ENC-123456"
    }
  },
  "note": [
    {
      "text": "Patient medication list created."
    }
  ],
  "entry": [
    {
      "date": "2025-08-18T09:00:00+08:00",
      "item": {
        "reference": "MedicationStatement/example"
      }
    }
  ]
}