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

FHIR IG analytics

Packagefhir.erezept.validator
Resource TypeBundle
IdExample_Request_003_minimum_incl_allergyIntolerance_match.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": "Bundle",
  "meta": {
    "profile": [
      "https://example.org/fhir/StructureDefinition/E_Rezept_Validator_Bundle"
    ]
  },
  "id": "EXAMPLE-REQUEST-003",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "urn:example:MedicationRequest:TEST-MEDICAL-REQUEST-003",
      "resource": {
        "meta": {
          "profile": [
            "https://example.org/fhir/StructureDefinition/E_Rezept_Validator_MedicationRequest"
          ]
        },
        "resourceType": "MedicationRequest",
        "id": "TEST-MEDICAL-REQUEST-003",
        "status": "active",
        "intent": "proposal",
        "medicationCodeableConcept": {
          "coding": [
            {
              "system": "http://www.whocc.no/atc",
              "code": "A10BA02"
            }
          ]
        },
        "subject": {
          "reference": "urn:example:MedicationRequest:TEST-PATIENT-003"
        }
      }
    },
    {
      "fullUrl": "urn:example:MedicationRequest:TEST-PATIENT-003",
      "resource": {
        "meta": {
          "profile": [
            "https://example.org/fhir/StructureDefinition/E_Rezept_Validator_Patient"
          ]
        },
        "resourceType": "Patient",
        "id": "TEST-PATIENT-003",
        "name": [
          {
            "use": "official",
            "family": "Chalmers"
          }
        ],
        "birthDate": "1974-12-25",
        "_birthDate": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
              "valueDateTime": "1974-12-25T14:35:45-05:00"
            }
          ]
        }
      }
    },
    {
      "fullUrl": "urn:example:MedicationRequest:TEST-ALLERGY-INTOLERANCE-003",
      "resource": {
        "meta": {
          "profile": [
            "https://example.org/fhir/StructureDefinition/E_Rezept_Validator_AllergyIntolerance"
          ]
        },
        "resourceType": "AllergyIntolerance",
        "id": "TEST-ALLERGY-INTOLERANCE-003",
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "version": "1.0",
              "code": "active",
              "display": "Active"
            }
          ]
        },
        "category": [
          "medication"
        ],
        "code": {
          "coding": [
            {
              "system": "http://www.whocc.no/atc",
              "code": "A10BA02",
              "version": "v3"
            }
          ]
        },
        "patient": {
          "reference": "urn:example:MedicationRequest:TEST-PATIENT-003"
        }
      }
    }
  ]
}