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

FHIR IG analytics

Packagesynapxe.rcm.snapshots
Resource TypeBundle
IdBundle-patient-careplan-response.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": "Bundle",
  "id": "0HN5M0IG822AR:00000005",
  "meta": {
    "lastUpdated": "2024-08-01T14:29:55.949+08:00"
  },
  "type": "transaction-response",
  "entry": [
    {
      "fullUrl": "urn:uuid:patient",
      "resource": {
        "resourceType": "Patient",
        "id": "5B2F7E7B3DFB4672A701A9C3E66EEF33",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2024-08-06T18:47:02.511+08:00",
          "profile": [
            "http://fhir.synapxe.sg/StructureDefinition/profile-patient"
          ]
        },
        "contained": [
          {
            "resourceType": "Organization",
            "id": "ProgramOrganization",
            "identifier": [
              {
                "value": "NHGP"
              }
            ],
            "name": "National Healthcare Group Polyclinics"
          },
          {
            "resourceType": "Organization",
            "id": "ProgramInstitution",
            "identifier": [
              {
                "value": "AMK"
              }
            ],
            "name": "Ang Mo Kio Polyclinic"
          }
        ],
        "identifier": [
          {
            "system": "http://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S4115456Z"
          }
        ],
        "active": true,
        "name": [
          {
            "text": "John Smith"
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "94468122",
            "use": "mobile"
          },
          {
            "system": "email",
            "value": "johnsmith@gmail.com"
          }
        ],
        "gender": "male",
        "birthDate": "2024-07-02",
        "address": [
          {
            "country": "SGP"
          }
        ],
        "communication": [
          {
            "language": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/ValueSet/all-languages",
                  "code": "en"
                }
              ]
            }
          }
        ],
        "generalPractitioner": [
          {
            "reference": "#ProgramInstitution"
          }
        ],
        "managingOrganization": {
          "reference": "#ProgramOrganization"
        }
      },
      "request": {
        "method": "POST",
        "url": "Patient"
      }
    },
    {
      "resource": {
        "resourceType": "CarePlan",
        "id": "46F19609557E485DBF0B1EA6D62622D0",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2024-08-06T18:47:02.724+08:00",
          "profile": [
            "http://fhir.synapxe.sg/StructureDefinition/profile-care-plan"
          ]
        },
        "instantiatesCanonical": [
          "http://fhir.synapxe.sg/PlanDefinition/telehealth/rcm"
        ],
        "status": "active",
        "intent": "plan",
        "category": [
          {
            "coding": [
              {
                "system": "http://fhir.synapxe.sg/CodeSystem/rcm-program-category",
                "code": "hypertension-nhgp",
                "display": "PTEC – Hypertension Program"
              }
            ]
          }
        ],
        "subject": {
          "reference": "urn:uuid:patient"
        },
        "period": {
          "start": "2024-07-21",
          "end": "2024-07-25"
        },
        "created": "2024-07-30T22:29:55.949+08:00"
      },
      "request": {
        "method": "POST",
        "url": "CarePlan"
      }
    }
  ]
}