Validator
LOG IN
SIGN UP
Scope
package:hl7.fhir.r4.core@4.0.1
Readonly
If you
Log in
or
sign up
, you can edit this script yourself.
{ "resourceType": "Bundle", "type": "collection", "entry": [ { "resource": { "resourceType": "Patient", "id": "patient1", "name": [ { "family": "Dupont", "given": ["Alice"] } ], "gender": "female", "birthDate": "1990-05-12" } }, { "resource": { "resourceType": "Observation", "id": "obs1", "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs", "display": "Vital Signs" } ] } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8310-5", "display": "Body temperature" } ] }, "subject": { "reference": "Patient/patient1" }, "valueQuantity": { "value": 37.2, "unit": "°C", "system": "http://unitsofmeasure.org", "code": "Cel" }, "effectiveDateTime": "2025-11-12T09:00:00+01:00" } } ] }
Overview
Errors (0)
Warnings (0)
Messages (0)
Success
: The contents are valid.
Resource
Validated using the Validator Firely .NET SDK validator