FHIR IG analytics| Package | fhir.erezept.validator |
| Resource Type | Bundle |
| Id | Example_Request_008_unknown_codeSystem.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Bundle",
"meta": {
"profile": [
"https://example.org/fhir/StructureDefinition/E_Rezept_Validator_Bundle"
]
},
"id": "EXAMPLE-REQUEST-008",
"type": "collection",
"entry": [
{
"fullUrl": "urn:example:MedicationRequest:TEST-MEDICAL-REQUEST-008",
"resource": {
"meta": {
"profile": [
"https://example.org/fhir/StructureDefinition/E_Rezept_Validator_MedicationRequest"
]
},
"resourceType": "MedicationRequest",
"id": "TEST-MEDICAL-REQUEST-008",
"status": "active",
"intent": "proposal",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.whocc.no/atc",
"code": "N02BE01"
},
{
"system": "http://snomed.info/sct",
"code": "C09AA02"
},
{
"system": "http://www.whocc.no/atc",
"code": "J01CA04"
}
]
},
"subject": {
"reference": "urn:example:MedicationRequest:TEST-PATIENT-008"
}
}
},
{
"fullUrl": "urn:example:MedicationRequest:TEST-PATIENT-008",
"resource": {
"meta": {
"profile": [
"https://example.org/fhir/StructureDefinition/E_Rezept_Validator_Patient"
]
},
"resourceType": "Patient",
"id": "TEST-PATIENT-008",
"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-008",
"resource": {
"meta": {
"profile": [
"https://example.org/fhir/StructureDefinition/E_Rezept_Validator_AllergyIntolerance"
]
},
"resourceType": "AllergyIntolerance",
"id": "TEST-ALLERGY-INTOLERANCE-008",
"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": "C09AA02",
"version": "v3"
}
]
},
"patient": {
"reference": "urn:example:MedicationRequest:TEST-PATIENT-008"
}
}
},
{
"fullUrl": "urn:example:MedicationRequest:TEST-ALLERGY-INTOLERANCE-008-2",
"resource": {
"meta": {
"profile": [
"https://example.org/fhir/StructureDefinition/E_Rezept_Validator_AllergyIntolerance"
]
},
"resourceType": "AllergyIntolerance",
"id": "TEST-ALLERGY-INTOLERANCE-008-2",
"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": "A07BA01",
"version": "v3"
}
]
},
"patient": {
"reference": "urn:example:MedicationRequest:TEST-PATIENT-008"
}
}
},
{
"fullUrl": "urn:example:MedicationRequest:TEST-ALLERGY-INTOLERANCE-008-3",
"resource": {
"meta": {
"profile": [
"https://example.org/fhir/StructureDefinition/E_Rezept_Validator_AllergyIntolerance"
]
},
"resourceType": "AllergyIntolerance",
"id": "TEST-ALLERGY-INTOLERANCE-008-3",
"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": "N02BE01",
"version": "v3"
}
]
},
"patient": {
"reference": "urn:example:MedicationRequest:TEST-PATIENT-008"
}
}
}
]
}