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.
<Bundle xmlns="http://hl7.org/fhir"> <id value="16990c23-af34-463d-b8a9-562901a5c7e8" /> <type value="transaction" /> <entry> <fullUrl value="urn:uuid:21344a45-2660-45d1-9fb3-49e54d14b662" /> <resource> <!-- Encounter: includes notify person --> <Encounter> <id value="21344a45-2660-45d1-9fb3-49e54d14b662" /> <status value="finished" /> <class> <system value="DONT-KNOW" /> <code value="birth-registation" /> <display value="Birth Registration" /> </class> <subject> <reference value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" /> </subject> <participant> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> <code value="AUT" /> <display value="author" /> </coding> </type> <!-- person notifying of registration --> <individual> <reference value="urn:uuid:9a281336-b59b-4e90-beee-38e092df4638" /> </individual> </participant> <!-- location of birth --> <location> <location> <reference value="urn:uuid:208c85dc-9d19-4669-9a53-abf802f293c4" /> </location> </location> </Encounter> </resource> <request> <method value="POST"/> <url value="Encounter"/> </request> </entry> <entry> <fullUrl value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" /> <resource> <!-- Patient baby: includes ethnic category; death notification status; name; telecom; gender; birth date & time deceased datetime; address; multiple birth order --> <Patient> <id value="c61b5c90-042b-4015-a1df-0d66868c80e1"/> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> <code value="A" /> <display value="White - British" /> </coding> </valueCodeableConcept> </extension> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus"> <extension url="deathNotificationStatus"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" /> <code value="U" /> <display value="Removed" /> </coding> </valueCodeableConcept> </extension> <extension url="systemEffectiveDate"> <valueDateTime value="2019-08-01T00:00:00.000Z" /> </extension> </extension> <name> <use value="official" /> <family value="SMITH" /> <given value="Richard" /> </name> <telecom> <system value="phone" /> <value value="01131231266" /> </telecom> <gender value="male"/> <birthDate value="2025-12-11"> <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> <valueDateTime value="2021-02-11T15:39:00+00:00" /> </extension> </birthDate> <deceasedDateTime value="2025-12-13"/> <address> <line value="4 Sandmoor Drive" /> <city value="LEEDS" /> <postalCode value="LS17 7DF" /> </address> <multipleBirthInteger value="2"/> </Patient> </resource> <request> <method value="POST"/> <url value="Patient"/> </request> </entry> <entry> <fullUrl value="urn:uuid:5be07e45-fa75-4d3b-8b58-79df3becf424" /> <resource> <!-- Weight --> <Observation xmlns="http://hl7.org/fhir"> <id value="5be07e45-fa75-4d3b-8b58-79df3becf424"/> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="364589006" /> <display value="Birth weight" /> </coding> </code> <subject> <reference value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" /> </subject> <valueQuantity> <value value="0.35" /> <unit value="kilogram" /> <system value="http://unitsofmeasure.org" /> <code value="kg" /> </valueQuantity> </Observation> </resource> <request> <method value="POST"/> <url value="Observation"/> </request> </entry> <entry> <fullUrl value="urn:uuid:6e168ea9-90f1-448a-9d6f-139609708697"/> <resource> <Observation xmlns="http://hl7.org/fhir"> <id value="6e168ea9-90f1-448a-9d6f-139609708697"/> <!-- Still birth indicator --> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="237364002" /> <display value="Stillbirth" /> </coding> </code> <subject> <reference value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" /> </subject> <valueCodeableConcept> <coding> <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.17.172" /> <code value="1" /> <display value="Live"/> </coding> </valueCodeableConcept> </Observation> </resource> <request> <method value="POST"/> <url value="Observation"/> </request> </entry> <entry> <fullUrl value="urn:uuid:19f78756-6e74-47fb-8077-acb049ba4a28"/> <resource> <!-- Gestational age --> <Observation xmlns="http://hl7.org/fhir"> <id value="19f78756-6e74-47fb-8077-acb049ba4a28"/> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="268477000" /> <display value="Fetal gestation at delivery" /> </coding> </code> <subject> <reference value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" /> </subject> <valueInteger value="34"/> </Observation> </resource> <request> <method value="POST"/> <url value="Observation"/> </request> </entry> <entry> <fullUrl value="urn:uuid:41c0a237-eb44-4616-8e40-18869752a116"/> <resource> <!-- Number fortus in confinement --> <Observation xmlns="http://hl7.org/fhir"> <id value="41c0a237-eb44-4616-8e40-18869752a116"/> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="246435002" /> <display value="Number of foetuses" /> </coding> </code> <subject> <reference value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" /> </subject> <valueInteger value="3"/> </Observation> </resource> <request> <method value="POST"/> <url value="Observation"/> </request> </entry> <entry> <fullUrl value="urn:uuid:b6242ff4-76fc-4fde-b0d6-549199140273"/> <resource> <!-- Suspected Congentical abnormality --> <Observation xmlns="http://hl7.org/fhir"> <id value="b6242ff4-76fc-4fde-b0d6-549199140273"/> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="66091009" /> <display value="Congenital disease" /> </coding> </code> <subject> <reference value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" /> </subject> <valueCodeableConcept> <coding> <system value="urn:oid:2.16.840.1.113883.2.1.3.2.4.17.171"/> <code value="U"/> <display value="Uncertain - further review required"/> </coding> </valueCodeableConcept> </Observation> </resource> <request> <method value="POST"/> <url value="Observation"/> </request> </entry> <entry> <fullUrl value="urn:uuid:03d88ee7-c372-480c-a67d-8a89da0c4894"/> <resource> <!-- baby -> mother relationship --> <RelatedPerson> <id value="03d88ee7-c372-480c-a67d-8a89da0c4894"/> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9912003888" /> </identifier> <patient> <reference value="urn:uuid:c61b5c90-042b-4015-a1df-0d66868c80e1" />` </patient> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="GESTM" /> <display value="gestational mother" /> </coding> </relationship> </RelatedPerson> </resource> <request> <method value="POST"/> <url value="RelatedPerson"/> </request> </entry> <entry> <fullUrl value="urn:uuid:a549dada-6446-44ac-bb4a-e10b3d468268"/> <resource> <!-- mother --> <Patient> <id value="a549dada-6446-44ac-bb4a-e10b3d468268"/> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9912003888" /> </identifier> <name> <use value="official" /> <family value="SMITH" /> <given value="Mary" /> </name> <birthDate value="1991-11-17"/> <generalPractitioner> <reference value="urn:uuid:1ef2a10f-00b4-420d-8903-fe484bbf6d43"/> </generalPractitioner> </Patient> </resource> <request> <method value="POST"/> <url value="Patient"/> </request> </entry> <entry> <fullUrl value="urn:uuid:1ef2a10f-00b4-420d-8903-fe484bbf6d43"/> <resource> <!-- General Practice --> <Organization> <id value="1ef2a10f-00b4-420d-8903-fe484bbf6d43"/> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="ABC123" /> </identifier> <name value="SOME GP PRACTICE"/> </Organization> </resource> <request> <method value="POST"/> <url value="Organization"/> </request> </entry> <entry> <fullUrl value="urn:uuid:1ff7195d-9e78-4d66-bc53-766d276cd743"/> <resource> <!-- Child health authority (partner) --> <CareTeam> <id value="1ff7195d-9e78-4d66-bc53-766d276cd743"/> <subject> <reference value="urn:uuid:a549dada-6446-44ac-bb4a-e10b3d468268"/> </subject> <participant> <role> <coding> <system value="NO_IDEA"/> <code value="partner-child-health-authority"/> <display value="Partner Child Health authority"/> </coding> </role> <member> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="XYZ123" /> </identifier> </member> </participant> </CareTeam> </resource> <request> <method value="POST"/> <url value="CareTeam"/> </request> </entry> <entry> <fullUrl value="urn:uuid:981689ea-6f7c-4ad8-ac0a-392c71426d55"/> <resource> <!-- Child health authority (responsible) --> <CareTeam> <id value="981689ea-6f7c-4ad8-ac0a-392c71426d55"/> <subject> <reference value="urn:uuid:a549dada-6446-44ac-bb4a-e10b3d468268"/> </subject> <participant> <role> <coding> <system value="NO_IDEA"/> <code value="responsible-Child-health-authority"/> <display value="Responsible Child Health Authority"/> </coding> </role> <member> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="OPQ987" /> </identifier> </member> </participant> </CareTeam> </resource> <request> <method value="POST"/> <url value="CareTeam"/> </request> </entry> <entry> <fullUrl value="urn:uuid:9a281336-b59b-4e90-beee-38e092df4638"/> <resource> <!-- notifier --> <Practitioner xmlns="http://hl7.org/fhir"> <id value="9a281336-b59b-4e90-beee-38e092df4638"/> <name> <family value="COTRILL" /> <given value="Betty" /> <prefix value="Dr" /> </name> </Practitioner> </resource> <request> <method value="POST"/> <url value="Practitioner"/> </request> </entry> <entry> <fullUrl value="urn:uuid:208c85dc-9d19-4669-9a53-abf802f293c4"/> <resource> <!-- delivery location --> <Location> <id value="208c85dc-9d19-4669-9a53-abf802f293c4"/> <identifier> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="RR8G5" /> </identifier> <name value="NEONATAL MEDICINE LGI" /> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="PEDNICU" /> <display value="Pediatric neonatal intensive care unit" /> </coding> </type> </Location> </resource> <request> <method value="POST"/> <url value="Location"/> </request> </entry> </Bundle>
Overview
Errors (0)
Warnings (0)
Messages (0)
Success
: The contents are valid.
Resource
Validated using the Validator Firely .NET SDK validator