HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: example-observation-foetal-kick - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "example-observation-foetal-kick"] ; #
fhir:meta [
fhir:source [ fhir:v "http://provider.hie.moh.gov.my"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-foetal-kick-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Observation-foetal-kick-my-core> ] )
] ; #
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 example-observation-foetal-kick</b></p><a name=\"example-observation-foetal-kick\"> </a><a name=\"hcexample-observation-foetal-kick\"> </a><a name=\"example-observation-foetal-kick-en-US\"> </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\">Information Source: <a href=\"http://provider.hie.moh.gov.my\">http://provider.hie.moh.gov.my</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation-foetal-kick-my-core.html\">Observation Foetal Kick (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/foetal-kick</code>/20230513a1fe467-cad5-4ec9-83f8-fd6dfb46470c</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 251682005}\">Foetal Kick Count</span></p><p><b>subject</b>: <a href=\"Patient/3a1fe467-cad5-4ec9-83f8-fd6dfb46470c\">Patient/3a1fe467-cad5-4ec9-83f8-fd6dfb46470c</a></p><p><b>effective</b>: 2023-05-10 06:00:00+0800 --> 2023-05-10 10:00:00+0800</p><p><b>issued</b>: 2023-05-10 06:00:00+0800</p><p><b>value</b>: 10</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.hie.moh.gov.my/sid/foetal-kick"^^xsd:anyURI ] ;
fhir:value [ fhir:v "20230513a1fe467-cad5-4ec9-83f8-fd6dfb46470c" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a sct:251682005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "251682005" ] ;
fhir:display [ fhir:v "Foetal Kick Count" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/3a1fe467-cad5-4ec9-83f8-fd6dfb46470c" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2023-05-10T06:00:00+08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-05-10T10:00:00+08:00"^^xsd:dateTime ]
] ; #
fhir:issued [ fhir:v "2023-05-10T06:00:00+08:00"^^xsd:dateTime] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "10"^^xsd:decimal ]
] . #