Gebz:V2.0 FHIR IG bc-DonorObservation: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met '=bc-DonorObservation= This is a generic profile for observations related to a donor. These are observations about the donor, such as their age. * Donor-related Ob...')
 
(bc-DonorObservation pagina voor package 1.3.3)
Regel 8: Regel 8:
 
==Profile==
 
==Profile==
 
The entire profile can be found at:
 
The entire profile can be found at:
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DonorObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=3.0.0|title=bc-DonorObservation}}
+
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DonorObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DonorObservation}}
  
 
==Pattern==
 
==Pattern==

Versie van 31 okt 2025 om 14:36

bc-DonorObservation

This is a generic profile for observations related to a donor. These are observations about the donor, such as their age.

  • Donor-related Observations use the focus extension to point to the RelatedPerson (donor) they are about
  • Donor-related Observations refer to the EpisodeOfCare with Observation.context.reference

Profile

The entire profile can be found at: bc-DonorObservation

Pattern

This is a patten for donor-related Observations in Birthcare. Note that the meta.profile element should at least include nl-core-observation and preferably bc-DonorObservation.

All FHIR instances which follow this pattern will be valid Donor Observations. Other fields from the FHIR profile may be present: this description is a minimal representation.

[Legend]

<Observation xmlns="http://hl7.org/fhir">
   <id value="[[a unique id]]"/>
   <meta>
      <profile value="http://nictiz.nl/fhir/StructureDefinition/bc-DonorObservation"/>
      <profile value="http://fhir.nl/fhir/StructureDefinition/nl-core-observation"/>
   </meta>
   <extension url="http://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3">
      <valueReference>
         <reference value="[[reference to the RelatedPerson| RelatedPerson/donor-van-vrouw1]]"/>
         <display value="(eiceldonor (persoon)) van Vrouw1"/>
      </valueReference>
   </extension>
   <status value="final"/>
   <code>
      <coding>
         <system value="[[system, see below | http://snomed.info/sct]]"/>
         <code value="[[code, see below | 424144002]]"/>
         <display value="[[display, see below |huidige chronologische leeftijd (waarneembare entiteit)]]"/>
      </coding>
   </code>
   <subject>
      <reference value="[[reference to the Woman Patient | Patient/Vrouw1]]"/>
      <display value="[[display of reference | Vrouw 1]]"/>
   </subject>
   <context>
      <reference value="[[reference to the EpisodeOfCare | EpisodeOfCare/vrouw1-zwanger1]]"/>
   </context>
   [[#observation.value, see below]]
   <valueQuantity>
      <value value="25"/>
      <unit value="a"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
   </valueQuantity>
   [[/observation.value]]
</Observation>

Valuation table

The FHIR profiles are independent of dataset versions, the mappings are not.

(The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)

Dataset 3.2 mappings

PWD 2.3 to FHIR
Type # Concept Reference Profile System Code Display FHIR element ValueSet
PQ.png 7890 Leeftijd eiceldonor bc-DonorObservation http://snomed.info/sct 424144002 huidige chronologische leeftijd (waarneembare entiteit) value[x]:valueQuantity