MyHealth@Eu Patient Summary
1.0.0-poc - qa-preview 150

MyHealth@Eu Patient Summary - Downloaded Version 1.0.0-poc See the Directory of published versions

: Observation : Pregnancy Gestational Age - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Observation/EPSExampleObservationPregnancyGestationalAge> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EPSExampleObservationPregnancyGestationalAge"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/observation-pregnancy-gestationalage-myhealtheu-eps" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/observation-pregnancy-gestationalage-myhealtheu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EPSExampleObservationPregnancyGestationalAge</b></p><a name=\"EPSExampleObservationPregnancyGestationalAge\"> </a><a name=\"hcEPSExampleObservationPregnancyGestationalAge\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-observation-pregnancy-gestationalage-myhealtheu-eps.html\">Observation: Pregnancy - Gestational Age (MyHealth@EU EPS)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18185-9}\">Gestational age</span></p><p><b>subject</b>: <a href=\"Patient-f0b2dcfe-e837-464b-ae8a-3b9da1807dd3.html\">Petra Schwartz</a></p><p><b>effective</b>: 2026-05-01</p><p><b>performer</b>: <a href=\"PractitionerRole-01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b.html\">PractitionerRole</a></p><p><b>value</b>: 182 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18185-9 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18185-9" ] ;
       fhir:Coding.display [ fhir:value "Gestational age" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ] ;
     fhir:Reference.display [ fhir:value "Petra Schwartz" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-05-01"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b" ]
  ] ;
  fhir:Observation.valueQuantity [
     fhir:Quantity.value [ fhir:value "182"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "days" ] ;
     fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
     fhir:Quantity.code [ fhir:value "d" ]
  ] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b> a fhir:PractitionerRole .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/EPSExampleObservationPregnancyGestationalAge.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/EPSExampleObservationPregnancyGestationalAge.ttl> .