MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ObsLastMenstrualPeriodExample001 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ObsLastMenstrualPeriodExample001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medicaia.ar/StructureDefinition/ObsLastMenstrualPeriodMED"^^xsd:anyURI ;
fhir:link <https://fhir.medicaia.ar/StructureDefinition/ObsLastMenstrualPeriodMED> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObsLastMenstrualPeriodExample001</b></p><a name=\"ObsLastMenstrualPeriodExample001\"> </a><a name=\"hcObsLastMenstrualPeriodExample001\"> </a><a name=\"ObsLastMenstrualPeriodExample001-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 21840007}\">Date of last menstrual period</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample001.html\">Encounter: extension = No display for Extension ; identifier = http://www.acme.com/identifiers/EJEMPLO#v2222; status = finished; class = ambulatory (Encounter Class#AMB); period = 2023-11-29 00:00:00+0000 --> (ongoing); reasonCode = Acute bronchiolitis with obstruction</a></p><p><b>effective</b>: 2024-03-20</p><p><b>issued</b>: 2024-09-04 10:30:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-PractitionerExample001.html\">Practitioner Dr. Rene Favaloro</a></p><p><b>value</b>: 2024-03-20</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:21840007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21840007" ] ;
fhir:display [ fhir:v "Date of last menstrual period" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample001" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/EncounterExample001" ]
] ; #
fhir:effective [ fhir:v "2024-03-20"^^xsd:date] ; #
fhir:issued [ fhir:v "2024-09-04T10:30:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PractitionerExample001" ]
] ) ; #
fhir:value [ fhir:v "2024-03-20"^^xsd:date] . #