German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Assisted-reproduction supporting finding - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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/ExampleAssistedReproductionObservation> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleAssistedReproductionObservation"] ;
  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 ExampleAssistedReproductionObservation</b></p><a name=\"ExampleAssistedReproductionObservation\"> </a><a name=\"hcExampleAssistedReproductionObservation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Reproductive treatment supporting finding</span></p><p><b>subject</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>effective</b>: 2026-07-10</p><p><b>value</b>: Treatment planning finding</p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.text [ fhir:value "Reproductive treatment supporting finding" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-07-10"^^xsd:date] ;
  fhir:Observation.valueString [ fhir:value "Treatment planning finding"] .

<http://hl7.org/fhir/Patient/ExampleRehabPatient> a fhir:Patient .

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

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