Your User Friendly Name for MyIG Here
0.2.0 - CI Build International drapeau

Your User Friendly Name for MyIG Here, publié par HL7 International - [Some] Work Group. Ce guide nest pas une publication autorisée ; cest la version en intégration continue pour la version 0.2.0 construite par le CI Build FHIR (HL7® FHIR® Standard). Cette version est basée sur le contenu actuel de https://github.com/FHIR/sample-ig/ et change régulièrement. Voir le répertoire des versions publiées

: Observation patient example

Statut des normes de la page: Informative

Brut json | Télécharger

//  

test comment for display


{
  "resourceType" : "Observation",
  "id" : "example",
  "meta" : {
    "profile" : [
      🔗 "http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"
    ]
  },
  "language" : "fr",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : Observation example</b></p><a name=\"fr-example\"> </a><a name=\"fr-hcexample\"> </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\">Langue : en</p><p style=\"margin-bottom: 0px\">Profil: <a href=\"StructureDefinition-myObservation.html\">My Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>subject</b>: <a href=\"Patient-example.html\">Jack Smith  (sexe non précisé), Date de Naissance :2018-09-07</a></p><p><b>code</b>: <span title=\"Codes :{http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://loinc.org 85354-9}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}\">CS1</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes :{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 1 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes :{http://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 1 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Détails : code UCUMmm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
  },
  "status" : "final",
  "subject" : {
    "reference" : "http://somewhere.else.org/pas/server/Patient/example"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
        "code" : "01",
        "display" : "CS1"
      },
      {
        "system" : "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
        "code" : "01",
        "display" : "CS2"
      },
      {
        "system" : "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
        "code" : "01",
        "display" : "VS1"
      },
      {
        "system" : "http://loinc.org",
        "code" : "85354-9"
      },
      {
        "system" : "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake",
        "code" : "01",
        "display" : "VS2"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8480-6"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 1,
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "8462-4"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 1,
        "system" : "http://unitsofmeasure.org",
        "code" : "mm[Hg]"
      }
    }
  ]
}