Nictiz FHIR NL R4 Zib2020 - Local Development build (v0.9.0). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "nl-core-ApgarScore-1Minute-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-ApgarScore-1Minute"^^xsd:anyURI ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-ApgarScore-1Minute> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"nl-core-ApgarScore-1Minute-01\"> </a></p><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\">Resource Observation "nl-core-ApgarScore-1Minute-01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-ApgarScore-1Minute.html\">nl core ApgarScore 1Minute</a></p></div><p><b>status</b>: final</p><p><b>code</b>: 1 minute Apgar Score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#9272-6)</span></p><p><b>subject</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient/nl-core-Patient-01: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a> " VAN PUTTEN-VAN DER GIESSEN"</p><p><b>effective</b>: 2016-12-19 09:00:00+0100</p><p><b>value</b>: 8</p><p><b>note</b>: Geen medisch onderzoek kinderarts nodig</p><blockquote><p><b>component</b></p><p><b>code</b>: 1 minute Apgar Respiratory effort <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32410-3)</span></p><p><b>value</b>: Good, strong cry; normal rate and effort of breathing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6727-7)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 1 minute Apgar Color <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32406-1)</span></p><p><b>value</b>: Good color in body with bluish hands or feet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6723-6)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 1 minute Apgar Heart rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32407-9)</span></p><p><b>value</b>: Fewer than 100 beats per minute <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6717-8)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 1 minute Apgar Reflex irritability <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32409-5)</span></p><p><b>value</b>: Grimace and pulling away, cough, or sneeze during suctioning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6721-0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 1 minute Apgar Muscle tone <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32408-7)</span></p><p><b>value</b>: Active motion <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6715-2)</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:9272-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "9272-6" ] ;
fhir:display [ fhir:v "1 minute Apgar Score" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/nl-core-Patient-01" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen" ]
] ; #
fhir:effective [ fhir:v "2016-12-19T09:00:00+01:00"^^xsd:dateTime] ; #
fhir:value [ fhir:v "8"^^xsd:integer] ; #
fhir:note ( [
fhir:text [ fhir:v "Geen medisch onderzoek kinderarts nodig" ]
] ) ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:32410-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32410-3" ] ;
fhir:display [ fhir:v "1 minute Apgar Respiratory effort" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6727-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6727-7" ] ;
fhir:display [ fhir:v "Good, strong cry; normal rate and effort of breathing" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:32406-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32406-1" ] ;
fhir:display [ fhir:v "1 minute Apgar Color" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6723-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6723-6" ] ;
fhir:display [ fhir:v "Good color in body with bluish hands or feet" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:32407-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32407-9" ] ;
fhir:display [ fhir:v "1 minute Apgar Heart rate" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6717-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6717-8" ] ;
fhir:display [ fhir:v "Fewer than 100 beats per minute" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:32409-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32409-5" ] ;
fhir:display [ fhir:v "1 minute Apgar Reflex irritability" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6721-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6721-0" ] ;
fhir:display [ fhir:v "Grimace and pulling away, cough, or sneeze during suctioning" ] ] ) ]
] [
fhir:code [
( fhir:coding [
a loinc:32408-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32408-7" ] ;
fhir:display [ fhir:v "1 minute Apgar Muscle tone" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a loinc:LA6715-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA6715-2" ] ;
fhir:display [ fhir:v "Active motion" ] ] ) ]
] ) . #
IG © 2023+ HL7NL. Package zibs2020#0.9.0 based on FHIR 4.0.1. Generated 2023-10-17
Links: Table of Contents |
QA Report